Re-enable youtube-music (the issue seems to have been a temporary issue with GitHub?)

This commit is contained in:
askiiart 2023-09-13 08:29:19 -05:00
parent 2f80ccbbbf
commit 648a5b3e63
No known key found for this signature in database
GPG key ID: 94789D499CBE78CE

View file

@ -18,10 +18,9 @@ curl -LO $(curl -s https://api.github.com/repos/ArmCord/ArmCord/releases/latest
cd /drone/src
# Update th-ch/youtube-music
# curl throws errors, will figure it out later
#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 -
#cd /drone/src
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 -
cd /drone/src
# Do repo stuff
cd /repo