Add note taking apps
This commit is contained in:
parent
da2051a845
commit
0f8fa1b0b9
1 changed files with 10 additions and 2 deletions
|
@ -3,7 +3,15 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. "./personal.sh";
|
. "./personal.sh";
|
||||||
. "../Software/OpenConnect/install.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;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue