Skip to content

Instantly share code, notes, and snippets.

@Awashcard0
Last active April 1, 2024 11:57
Show Gist options
  • Save Awashcard0/39f0fd9514101402ed389d1d646283ce to your computer and use it in GitHub Desktop.
Save Awashcard0/39f0fd9514101402ed389d1d646283ce to your computer and use it in GitHub Desktop.
Crappy discord makes you redownload the .deb every update
clear
echo We need some sudo up in here!
sudo echo Thank you pookie
echo Downloading...
curl -o discord.deb -L -s "https://discord.com/api/download?platform=linux&format=deb"
echo Installing...
sudo apt -qq -y install ./discord.deb
echo Cleaning up..
sudo rm ./discord.deb
echo Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment