Rename Devices
directories to Drivers
This commit is contained in:
parent
3f1ae4d347
commit
7930880ac1
11 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue