Remove obsolete workaround

This commit is contained in:
Manuel Thalmann 2024-03-08 12:45:09 +00:00
parent 61c6d49382
commit 846e21ee3c

View file

@ -4,7 +4,6 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../../scripts/Arch/OS/install.sh"; . "../../../scripts/Arch/OS/install.sh";
. "../../../scripts/Arch/Config/SecureBoot/install.sh"; . "../../../scripts/Arch/Config/SecureBoot/install.sh";
. "../../../scripts/Arch/Devices/SurfaceBook2/install.sh"; . "../../../scripts/Arch/Devices/SurfaceBook2/install.sh";
. "../../../scripts/Arch/Config/ssh-agent/install.sh";
. "../../../scripts/Arch/Collections/school.sh"; . "../../../scripts/Arch/Collections/school.sh";
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \ NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \