First commit

This commit is contained in:
2024-06-17 00:02:41 +02:00
parent 1a5ab116b9
commit f3bb166493
2 changed files with 31 additions and 0 deletions

8
installer.sh Normal file
View File

@@ -0,0 +1,8 @@
echo "Installing git..."
sudo apt-get update > /dev/null
sudo apt-get install -y git > /dev/null
echo "Cloning stable OMAKUB..."
git clone -b stable https://github.com/basecamp/omakub.git ~/.local/share/omakub > /dev/null
source ~/.local/share/omakub/install.sh