Disable confirmation dialogues
This commit is contained in:
parent
516fa441ca
commit
31082f1d8c
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
. "../Config/pacman/install.sh";
|
||||
. "../Software/yay/install.sh";
|
||||
|
||||
sudo pacman -Syu pacman-contrib;
|
||||
sudo pacman --noconfirm -Syu pacman-contrib;
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue