Disable confirmation dialogue
This commit is contained in:
parent
69be939499
commit
f09eb44cda
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
|
||||
. "./personal.sh";
|
||||
. "../Software/OpenConnect/install.sh";
|
||||
yay -Syu jdk17-temurin;
|
||||
yay -Syu gradle;
|
||||
yay --noconfirm -Syu jdk17-temurin;
|
||||
yay --noconfirm -Syu gradle;
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue