added noconfirm to makepkg

This commit is contained in:
RP1 2024-12-19 23:43:22 +01:00
parent 34c0f318f8
commit 2e6ed9160f

View file

@ -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