First commit
This commit is contained in:
8
installer.sh
Normal file
8
installer.sh
Normal 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
|
||||
Reference in New Issue
Block a user