Remove obsolete file

This commit is contained in:
Manuel Thalmann 2023-04-05 11:01:37 +02:00
parent 445cb1ead6
commit 6b14579d5f
3 changed files with 1 additions and 8 deletions

View file

@ -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 NEXTCLOUD_DIR="Nextcloud" source "../../scripts/Common/Config/UserProfile/school.sh";
INSTALL_FONTS=1 NEXTCLOUD_DIR="Nextcloud" source "../../scripts/Common/Config/UserProfile/install.sh";
# Install equalizer
source "../../scripts/Common/Config/EasyEffects/SurfaceBook2/install.sh";

View file

@ -1,7 +0,0 @@
#!/bin/bash
# Install JetBrains Stuff
pushd "${BASH_SOURCE%/*}" > /dev/null;
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
INSTALL_FONTS="${INSTALL_FONTS}";
source "./personal.sh";
popd > /dev/null;