An open API service indexing awesome lists of open source software.

https://github.com/hafiz-muhammad/discord-manager-menu

A bash script to make updating and installing Discord easier on Linux.
https://github.com/hafiz-muhammad/discord-manager-menu

bash bash-script bash-scripting cli command-line command-line-utility commandline-interface discord discord-client discord-manager discord-menu install-script installer linux menu terminal terminal-based uninstall update updater

Last synced: 4 months ago
JSON representation

A bash script to make updating and installing Discord easier on Linux.

Awesome Lists containing this project

README

        

![screenshot](/screenshots/screenshot.png)

**Steps to make the script executable:**

1. Move the discord-manager file to ```~/.local/bin/```:
```console
mv discord-manager ~/.local/bin/
```

2. Make the script executable:
```console
chmod +x ~/.local/bin/discord-manager
```

3. After making the script executable, you can run ```discord-manager``` in your terminal to launch the menu.

---

**Options included in the script:**

- **Install/Update Discord** - Install or update the Discord application on your system.
- **Uninstall Discord** - Removes all files associated with Discord from your system.
- **Clear Discord Cache** - Clears all cached files related to the Discord application.
- **Exit** - Exits the menu and returns to the terminal.