Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# Discord Update
### automatic updates discord in debian/ubuntu based systems

I 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