7 lines
284 B
Bash
7 lines
284 B
Bash
echo "Installing git..."
|
|
sudo apt-get update > /dev/null
|
|
sudo apt-get install -y git > /dev/null
|
|
|
|
echo "Cloning stable omakub-custom..."
|
|
git clone https://git.cbo.dk/rasmus/omakub-custom.git ~/.local/share/omakub-custom > /dev/null
|
|
source ~/.local/share/omakub-custom/omakub-custom.sh |