Skip to content

Instantly share code, notes, and snippets.

@mr00k3
Created March 12, 2024 03:30
Show Gist options
  • Save mr00k3/e6f8e4bbb4d456e5918146e2d684f4d2 to your computer and use it in GitHub Desktop.
Save mr00k3/e6f8e4bbb4d456e5918146e2d684f4d2 to your computer and use it in GitHub Desktop.
Discord update or install shell script
rm -rf discord*.deb
wget "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb
sudo apt install ./discord.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment