Created
August 8, 2024 15:59
-
-
Save oivoodoo/b521f0b6132495642b50be18a74b3274 to your computer and use it in GitHub Desktop.
example.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
apt update | |
apt install -y curl | |
curl -fsSLo /usr/share/keyrings/rise-tiaas.gpg http://client.rise-tiaas.de/update-tiaas-pu/apt-repo/rise-tiaas.gpg | |
echo "deb [signed-by=/usr/share/keyrings/rise-tiaas.gpg] http://client.rise-tiaas.de/update-tiaas-pu/apt-repo/ stable main" > /etc/apt/sources.list.d/rise-tiaas.list | |
apt update | |
apt search tiaas | |
apt install -y rise-tiaas-client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment