Updating Discord PC App on Linux With Terminal Automation!

1. Discord Updater

Little simple bash script which allows automatic updates of Discord app for Linux.

Every time there is an update of Discord app it is required to open browser and download then install .deb package. It is not really hard but annoying over time. This little script will do it automatically without user input.


2. Link: https://github.com/AlekSmola/Discord-Terminal-Updater

https://github.com/AlekSmola/Discord-Terminal-Updater


3. How to

The script can be run directly just like any other script would.

It can also be added as startup script.

Additionally it can be placed at the end of .bashrc file to be executed every time the user logs in.

Personally, I use the other script to update entire system with one command. I fused these two scripts together.