Skip to content

Instantly share code, notes, and snippets.

View SiKing's full-sized avatar
🍻
still drinking

SiKing

🍻
still drinking
View GitHub Profile
@SiKing
SiKing / update_discord
Last active September 11, 2025 15:35
Discord on Linux does not (and **will** not) have a PPA. Drop this script in your /etc/cron.daily/ and forget about it.
#!/bin/bash -e
echo "Are we superuser?"
[[ $EUID -eq 0 ]]
echo "OK"
# Make sure cleanup runs even if the script exits abnormally
trap "rm --force /tmp/discord.deb" EXIT
# Find latest package version