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.
- Host: GitHub
- URL: https://github.com/hafiz-muhammad/discord-manager-menu
- Owner: hafiz-muhammad
- License: mit
- Created: 2023-03-28T20:01:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T02:19:14.000Z (11 months ago)
- Last Synced: 2025-02-24T05:53:09.290Z (4 months ago)
- Topics: 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
- Language: Shell
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**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.