Cleaned up scripts
This commit is contained in:
7
install.sh
Normal file
7
install.sh
Normal 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
|
||||
Reference in New Issue
Block a user