Install JDK and gradle in school profile

This commit is contained in:
Manuel Thalmann 2023-04-04 02:56:06 +02:00
parent baf157a594
commit e1f62cb0df

View file

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