Cleaned up scripts

This commit is contained in:
2024-06-17 20:53:07 +02:00
parent de1fccfd00
commit aa4217eb04
19 changed files with 137 additions and 74 deletions

7
install.sh Normal file
View File

@@ -0,0 +1,7 @@
echo "Installing git..."
sudo apt-get update > /dev/null
sudo apt-get install -y git > /dev/null
echo "Cloning stable omakub-custom..."
git clone https://git.cbo.dk/rasmus/omakub-custom.git ~/.local/share/omakub-custom > /dev/null
source ~/.local/share/omakub-custom/omakub-custom.sh