This script helps you install, update, or remove Discord on your Linux system with just a few simple steps.
- 📥 Install Discord with ease
- 🔄 Update your existing Discord installation
- 🗑️ Uninstall Discord when you need to
- A Linux system (tested on Fedora and similar distributions)
- Sudo privileges
- The Discord-XXX.tar.gz file downloaded from the official Discord website
- Download the
dis.sh
script or clone this repository. - Open a terminal and navigate to the folder containing the script.
- Make the script executable:
chmod +x dis.sh
-
Run the script with sudo:
sudo ./dis.sh
-
Follow the on-screen prompts to choose what you want to do:
- Install Discord
- Uninstall Discord
- Update Discord
- If you're installing or updating, you'll be asked for the location of your Discord .tar.gz file.
- Extracts the Discord files to the correct location
- Creates a desktop entry for easy access
- Handles the entire uninstallation process
- Updates Discord by removing the old version and installing the new one
Found a bug or want to suggest an improvement? Feel free to create an issue or submit a pull request!