Add update-discord.sh

This commit is contained in:
Blackwhitebear8 2024-11-23 19:43:48 +01:00
parent 27920e99d2
commit d0b2dfa00f

4
update-discord.sh Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
url="https://discord.com/api/download?platform=linux&format=deb"
curl -L -o /tmp/discord.deb $url