Files
setup-ubuntu/installer.sh
2024-06-17 00:05:10 +02:00

8 lines
286 B
Bash

echo "Installing git..."
sudo apt-get update > /dev/null
sudo apt-get install -y git > /dev/null
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