Created
June 3, 2024 00:32
-
-
Save austin-millan/1c53a62774cf27db417074596b6c62d1 to your computer and use it in GitHub Desktop.
install-runescape-launcher.sh
This file contains hidden or 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
sudo -s -- << EOF | |
wget -O - https://content.runescape.com/downloads/ubuntu/runescape.gpg.key | apt-key add - | |
mkdir -p /etc/apt/sources.list.d | |
echo "deb https://content.runescape.com/downloads/ubuntu trusty non-free" > /etc/apt/sources.list.d/runescape.list | |
apt-get update | |
apt-get install -y runescape-launcher | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment