Disable confirmation dialogue

This commit is contained in:
Manuel Thalmann 2023-04-04 02:57:51 +02:00
parent e1f62cb0df
commit 092b8d4b15

View file

@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "./personal.sh"; . "./personal.sh";
. "../Software/OpenConnect/install.sh"; . "../Software/OpenConnect/install.sh";
yay -Syu jdk17-temurin; yay --noconfirm -Syu jdk17-temurin;
yay -Syu gradle; yay --noconfirm -Syu gradle;
popd > /dev/null; popd > /dev/null;