Last active
July 7, 2024 18:55
-
-
Save russellds/feb8b8d75dfb995b17d3470a1f432044 to your computer and use it in GitHub Desktop.
Omakub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Installing git..." | |
sudo apt-get update > /dev/null | |
sudo apt-get install -y git > /dev/null | |
echo "Cloning stable OMAKUB..." | |
git clone -b russellds https://github.com/russellds/omakub.git ~/.local/share/omakub > /dev/null | |
source ~/.local/share/omakub/install.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -qO- https://gist.githubusercontent.com/russellds/feb8b8d75dfb995b17d3470a1f432044/raw/install.sh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment