Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jean0t/update-discord-deb
automatically updated discord from the deb file (debian/ubuntu based systems only)
https://github.com/jean0t/update-discord-deb
discord go golang linux
Last synced: about 1 month ago
JSON representation
automatically updated discord from the deb file (debian/ubuntu based systems only)
- Host: GitHub
- URL: https://github.com/jean0t/update-discord-deb
- Owner: jean0t
- Created: 2024-12-04T03:02:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T03:11:10.000Z (about 1 month ago)
- Last Synced: 2024-12-04T04:19:05.117Z (about 1 month ago)
- Topics: discord, go, golang, linux
- Language: Go
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Update
### automatic updates discord in debian/ubuntu based systemsI created this tool to automate the update of the app because once I set the `SKIP_HOST_UPDATE = true` then I lost a lot of updates. It is basically an automation to download from the deb version directly. Feel free to use if it helps you.
## Installation
1. download the binary or clone the repository
2. take the binary directly or from the `/dist` and give it permission to execution
```bash
chmod u+x update_discord
```
3. set it into your `PATH` variable so you can call it directly from your terminal instead of passing the path to the binary directly always (which is boring asf)## License
GPL-3