From ed625c88c6449e6856368f88df13dfa2fab13c37 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 1 Apr 2023 17:48:58 +0200 Subject: [PATCH] Add nextcloud dir explicitly --- profiles/ManuSurface/setup.sh | 2 +- scripts/Common/Config/UserProfile/school.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/ManuSurface/setup.sh b/profiles/ManuSurface/setup.sh index 55355297..bf091a8a 100755 --- a/profiles/ManuSurface/setup.sh +++ b/profiles/ManuSurface/setup.sh @@ -7,7 +7,7 @@ source "../../scripts/PopOS/Scripts/preinstall.sh"; source "../../scripts/PopOS/OS/install.sh"; source "../../scripts/Debian/Devices/SurfaceBook2/Setup/install.sh"; source "../../scripts/PopOS/Software/Collections/school.sh"; -INSTALL_FONTS=1 source "../../scripts/Common/Config/UserProfile/school.sh"; +INSTALL_FONTS=1 NEXTCLOUD_DIR="Nextcloud" source "../../scripts/Common/Config/UserProfile/school.sh"; # Install equalizer source "../../scripts/Common/Config/EasyEffects/SurfaceBook2/install.sh"; diff --git a/scripts/Common/Config/UserProfile/school.sh b/scripts/Common/Config/UserProfile/school.sh index 8fbebfc9..f50d6ce2 100755 --- a/scripts/Common/Config/UserProfile/school.sh +++ b/scripts/Common/Config/UserProfile/school.sh @@ -1,6 +1,7 @@ #!/bin/bash # Install JetBrains Stuff pushd "${BASH_SOURCE%/*}" > /dev/null; +NEXTCLOUD_DIR="${NEXTCLOUD_DIR}"; INSTALL_FONTS="${INSTALL_FONTS}"; source "./personal.sh"; source "../../Software/JetBrains/install-toolbox.sh";