Rename Devices directories to Drivers

This commit is contained in:
Manuel Thalmann 2024-03-27 09:09:30 +01:00
parent 52ac08c28b
commit b4a6438e6a
11 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
function installDrivers() {
. "../../../scripts/Arch/Config/SecureBoot/install.sh";
. "../../../scripts/Arch/Devices/SurfaceBook2/install.sh";
. "../../../scripts/Arch/Drivers/SurfaceBook2/install.sh";
}
function installSoftware() {

View file

@ -5,7 +5,7 @@ sudo hostnamectl set-hostname ManuSurface;
source "../../../scripts/PopOS/Scripts/preinstall.sh";
source "../../../scripts/PopOS/OS/install.sh";
source "../../../scripts/Debian/Devices/SurfaceBook2/Setup/install.sh";
source "../../../scripts/Debian/Drivers/SurfaceBook2/Setup/install.sh";
source "../../../scripts/PopOS/Software/Collections/school.sh";
INSTALL_FONTS=1 NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" source "../../../scripts/Common/Config/UserProfile/install.sh";