Added noconfirm to install options for yay

This commit is contained in:
stormdragon2976 2022-11-29 00:01:46 -05:00
parent 560b07c18f
commit 307c45766c

View File

@ -65,7 +65,7 @@ configure_arch() {
# Some of these may fail, so do them in a for loop.
yay -Syy
for i in "${packageList[@]}" ; do
yay -S --needed $i
yay -S --needed --noconfirm $i
done
}