Add update-discord.sh
This commit is contained in:
parent
27920e99d2
commit
d0b2dfa00f
1 changed files with 4 additions and 0 deletions
4
update-discord.sh
Normal file
4
update-discord.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue