One-shot systemd service that automatically checks for the latest Discord .deb version on Linux and updates it at system startup if needed.
Runs once at boot, compares the latest version with the installed version, installs the update if necessary, and then disables itself.
- ✅ Checks the latest Discord
.debvia Discord's official API - ✅ Compares with installed version
- ✅ Installs only if a newer version is available
- ✅ Runs once at system startup
- ✅ Automatically disables itself after execution
- ✅ Runs as
rootusing systemd for proper permissions
Run the installer script as root:
chmod +x install.sh
sudo ./install.sh