This commit is contained in:
parent
448f8acb08
commit
f2cc8ce003
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ curl -LO $(curl -s https://api.github.com/repos/th-ch/youtube-music/releases/lat
|
|||
curl -LO $(curl -s https://api.github.com/repos/Vencord/Vesktop/releases/latest | grep "browser_download_url.*vesktop_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -C -
|
||||
|
||||
# schildichat-desktop
|
||||
curl $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop_.*_amd64.rpm" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
||||
curl $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop_.*_amd64.deb" | cut -d : -f 2,3 | tr -d \") -LO -C -
|
||||
|
||||
# Do repo stuff
|
||||
cd /repo
|
||||
|
|
Loading…
Reference in a new issue