[Scripts] Fixed appimageupdatetool URL.
This commit is contained in:
parent
10dcc7cbad
commit
3fc9a8fb78
|
@ -18,7 +18,7 @@ mkdir -p appdir/usr/lib
|
|||
if [ "$ARCH" == "" ]; then
|
||||
ARCH="x86_64"
|
||||
fi
|
||||
wget `curl -s https://api.github.com/repos/AppImage/AppImageUpdate/releases | grep browser_download_url | grep x86_64.AppImage | grep appimageupdatetool | grep -v zsync | cut -d'"' -f4` -O appdir/usr/bin/appimageupdatetool
|
||||
wget https://github.com/AppImage/AppImageUpdate/releases/download/continuous/appimageupdatetool-x86_64.AppImage -O appdir/usr/bin/appimageupdatetool
|
||||
chmod +x appdir/usr/bin/appimageupdatetool
|
||||
|
||||
wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl
|
||||
|
|
Loading…
Reference in a new issue