Added noconfirm to install options for yay
This commit is contained in:
parent
560b07c18f
commit
307c45766c
@ -65,7 +65,7 @@ configure_arch() {
|
|||||||
# Some of these may fail, so do them in a for loop.
|
# Some of these may fail, so do them in a for loop.
|
||||||
yay -Syy
|
yay -Syy
|
||||||
for i in "${packageList[@]}" ; do
|
for i in "${packageList[@]}" ; do
|
||||||
yay -S --needed $i
|
yay -S --needed --noconfirm $i
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user