Add note taking apps

This commit is contained in:
Manuel Thalmann 2023-04-05 10:41:16 +02:00
parent da2051a845
commit 0f8fa1b0b9

View file

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