diff --git a/scripts/Common/Config/UserProfile/school.sh b/scripts/Common/Config/UserProfile/school.sh index f50d6ce2..b21acba4 100755 --- a/scripts/Common/Config/UserProfile/school.sh +++ b/scripts/Common/Config/UserProfile/school.sh @@ -4,5 +4,4 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; NEXTCLOUD_DIR="${NEXTCLOUD_DIR}"; INSTALL_FONTS="${INSTALL_FONTS}"; source "./personal.sh"; -source "../../Software/JetBrains/install-toolbox.sh"; popd > /dev/null; diff --git a/scripts/PopOS/Collections/school.sh b/scripts/PopOS/Collections/school.sh index 8607abd9..2c529b6a 100755 --- a/scripts/PopOS/Collections/school.sh +++ b/scripts/PopOS/Collections/school.sh @@ -4,6 +4,7 @@ source "./personal.sh"; source "../../Debian/Software/Java/install.sh"; source "../../Debian/Software/cloudflared/install.sh"; +source "../../Common/Software/JetBrains/install-toolbox.sh"; # Install other flatpaks flatpak install -y flathub com.github.xournalpp.xournalpp;