diff --git a/installer.sh b/installer.sh index 7e965ca..f3b967b 100644 --- a/installer.sh +++ b/installer.sh @@ -2,7 +2,6 @@ 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 +echo "Cloning stable Mise-en-place..." +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