Command that updates Discord (on Debian based distros).
This tool was created because Discord neither designed an auto-update, nor added its package to any APT repository or created its own repo (as Spotify has done, for example). Instead, Discord asks every time to download the latest .deb file from their site, which is frustrating. That’s why I decided to make a tool that does it for you!
curl -fsSL https://discordo.dlsk.tech/install.sh | sudo bash
sudo discordo [OPTIONS]
--debug
or -d
- disables all /dev/null
statements
To uninstall discordo use the following command: sudo rm -rf /usr/bin/discordo