Add a file for installing PopOS Live

This commit is contained in:
Manuel Thalmann 2023-01-23 17:22:39 +01:00
parent a985375e27
commit 0f1a0140fc

15
profiles/PopOSLive/setup.sh Executable file
View 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";