Lightweight discord updater for linux
Lightweight javascript package for sole purpose of updating discord on linux distribution
Before getting started with Discord-Updater, ensure your runtime environment meets the following requirements:
- Programming Language: JavaScript (Node.js)
- Package Manager: Npm
Install Discord-Updater using one of the following methods:
- Clone the Discord-Updater repository:
git clone https://github.com/p0xz/Discord-Updater- Navigate to the project directory:
cd Discord-UpdaterRun Discord-Updater using the following command:
Using npm
npm start- Install discord-updater package
npm i @p0xz/discord-updater -g- Run discord-updater using CLI
discord-updateUsing following example of .desktop file you can configure your discord to update on every startup
[Desktop Entry]
Name=Discord Updater
Comment=This command runs update sequence of discord on every startup
Type=Application
Exec=discord-update
Keywords=discord;update
Categories=Utility;Create a file in /etc/xdg/autostart using
echo "[Desktop Entry]
Name=Discord Updater
Comment=This command runs update sequence of discord on every startup
Type=Application
Exec=discord-update
Keywords=discord;update
Categories=Utility;" > /etc/xdg/autostart/discord-update.desktopThis will create your .desktop file with already containing necessary content
Copyright © 2025 discord-updater
This project is protected under the GNU AGPLv3 License. For more details, refer to the LICENSE file.