kasmos-custom/update-discord.sh

4 lines
No EOL
118 B
Bash

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