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