2023-01-23 16:19:55 +00:00
|
|
|
#!/bin/bash
|
|
|
|
dir="${BASH_SOURCE%/*}";
|
|
|
|
softwareRoot="$dir/..";
|
|
|
|
source "$dir/personal.sh";
|
|
|
|
|
|
|
|
source "$softwareRoot/Java/install.sh";
|
|
|
|
|
|
|
|
# Install other flatpaks
|
2023-01-24 09:40:50 +00:00
|
|
|
flatpak install -y flathub com.github.xournalpp.xournalpp;
|
2023-01-31 14:10:09 +00:00
|
|
|
flatpak install -y flathub com.github.flxzt.rnote;
|