forked from RP1/RaveOS-arch
added noconfirm to makepkg
This commit is contained in:
parent
34c0f318f8
commit
2e6ed9160f
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/yay-bin.git
|
git clone https://aur.archlinux.org/yay-bin.git
|
||||||
cd yay-bin
|
cd yay-bin
|
||||||
makepkg -si
|
makepkg -si --noconfirm
|
||||||
cd -
|
cd -
|
||||||
rm -rf yay-bin
|
rm -rf yay-bin
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/yaru.git
|
git clone https://aur.archlinux.org/yaru.git
|
||||||
cd yaru
|
cd yaru
|
||||||
makepkg -si
|
makepkg -si --noconfirm
|
||||||
cd -
|
cd -
|
||||||
rm -rf yaru
|
rm -rf yaru
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue