diff --git a/update-discord.sh b/update-discord.sh new file mode 100644 index 0000000..9dbb0f4 --- /dev/null +++ b/update-discord.sh @@ -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 \ No newline at end of file