From bf35bf65c23302baaa4c70b465f0c58dfa5f6a52 Mon Sep 17 00:00:00 2001 From: Rasmus Lauritsen Date: Mon, 17 Jun 2024 00:05:10 +0200 Subject: [PATCH] Updated --- installer.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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