Add stock Discord
This commit is contained in:
parent
1ee6524b13
commit
56fa0f0071
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ cd /repo
|
|||
curl -LO $(curl -s https://api.github.com/repos/ArmCord/ArmCord/releases/latest | grep "browser_download_url.*ArmCord_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||
cd /drone/src
|
||||
|
||||
# Update Discord
|
||||
# Has to be manually updated for each version
|
||||
cd /repo
|
||||
curl -LO https://dl.discordapp.net/apps/linux/0.0.29/discord-0.0.29.deb -C -
|
||||
cd /drone/src
|
||||
|
||||
# Update th-ch/youtube-music
|
||||
cd /repo
|
||||
curl -LO $(curl -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep "browser_download_url.*youtube-music_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||
|
|
Loading…
Reference in a new issue