Skip to content

Instantly share code, notes, and snippets.

@austin-millan
Created June 3, 2024 00:32
Show Gist options
  • Save austin-millan/1c53a62774cf27db417074596b6c62d1 to your computer and use it in GitHub Desktop.
Save austin-millan/1c53a62774cf27db417074596b6c62d1 to your computer and use it in GitHub Desktop.
install-runescape-launcher.sh
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