Disable confirmation dialogues

This commit is contained in:
Manuel Thalmann 2024-03-09 22:17:49 +01:00
parent 516fa441ca
commit 31082f1d8c

View file

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