This repository has been archived on 2024-06-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
omakub-custom/install.sh
2024-06-17 20:53:07 +02:00

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