diff --git a/bootstrap.sh b/bootstrap.sh index 3878bdf..9baf584 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ sudo apt update -y sudo apt install -y curl git -git clone https://x ~/.omakub -source ~/.omakub/install.sh +git clone https://x ~/.local/share/omakub +source ~/.local/share/omakub/install.sh diff --git a/install.sh b/install.sh index 8f9c310..d461743 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ sudo apt update -y sudo apt install -y curl git # Run installers -for script in ~/.omakub/install/*.sh; do source $script; done +for script in ~/.local/share/omakub/install/*.sh; do source $script; done # Reboot to pickup changes read -p "Ready to reboot the system for all settings to take effect? [Y/n]: " response