Add a file for installing PopOS Live
This commit is contained in:
parent
6626b9d67a
commit
f44e03ccd6
1 changed files with 15 additions and 0 deletions
15
profiles/PopOSLive/setup.sh
Executable file
15
profiles/PopOSLive/setup.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
dir="${BASH_SOURCE%/*}";
|
||||
scriptRoot="$dir/../../scripts";
|
||||
utilRoot="$scriptRoot/Scripts";
|
||||
deviceRoot="$scriptRoot/Devices";
|
||||
osRoot="$scriptRoot/OS";
|
||||
softwareRoot="$scriptRoot/Software";
|
||||
configRoot="$scriptRoot/Config";
|
||||
|
||||
# Set Hostname
|
||||
sudo hostnamectl set-hostname ManuPopOSLive;
|
||||
source "$utilRoot/prepare.sh";
|
||||
source "$osRoot/PopOS/install.sh";
|
||||
source "$softwareRoot/Collections/personal.sh";
|
||||
source "$configRoot/UserProfile/personal.sh";
|
Loading…
Reference in a new issue