10 lines
265 B
Bash
Executable file
10 lines
265 B
Bash
Executable file
#!/bin/bash
|
|
dir="${BASH_SOURCE%/*}";
|
|
softwareRoot="$dir/..";
|
|
source "$dir/personal.sh";
|
|
|
|
source "$softwareRoot/Java/install.sh";
|
|
|
|
# Install other flatpaks
|
|
flatpak install -y flathub com.github.xournalpp.xournalpp;
|
|
flatpak install -y flathub com.github.flxzt.rnote;
|