This commit is contained in:
2024-06-17 00:05:10 +02:00
parent f3bb166493
commit bf35bf65c2

View File

@@ -2,7 +2,6 @@ echo "Installing git..."
sudo apt-get update > /dev/null sudo apt-get update > /dev/null
sudo apt-get install -y git > /dev/null sudo apt-get install -y git > /dev/null
echo "Cloning stable OMAKUB..." echo "Cloning stable Mise-en-place..."
git clone -b stable https://github.com/basecamp/omakub.git ~/.local/share/omakub > /dev/null git clone -b v0.1 https://git.cbo.dk/rasmus/setup-ubuntu.git ~/.local/share/mise-en-place > /dev/null
source ~/.local/share/mise-en-place/install.sh
source ~/.local/share/omakub/install.sh