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
|
||||
cd yay-bin
|
||||
makepkg -si
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
rm -rf yay-bin
|
||||
|
||||
git clone https://aur.archlinux.org/yaru.git
|
||||
cd yaru
|
||||
makepkg -si
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
rm -rf yaru
|
||||
|
||||
|
|
Loading…
Reference in a new issue