Move to .local/share by local tradition
This commit is contained in:
parent
9e3156b279
commit
f5e913de51
@ -1,4 +1,4 @@
|
|||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install -y curl git
|
sudo apt install -y curl git
|
||||||
git clone https://x ~/.omakub
|
git clone https://x ~/.local/share/omakub
|
||||||
source ~/.omakub/install.sh
|
source ~/.local/share/omakub/install.sh
|
||||||
|
@ -5,7 +5,7 @@ sudo apt update -y
|
|||||||
sudo apt install -y curl git
|
sudo apt install -y curl git
|
||||||
|
|
||||||
# Run installers
|
# 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
|
# Reboot to pickup changes
|
||||||
read -p "Ready to reboot the system for all settings to take effect? [Y/n]: " response
|
read -p "Ready to reboot the system for all settings to take effect? [Y/n]: " response
|
||||||
|
Loading…
Reference in New Issue
Block a user