Project

General

Profile

Feature #933 ยป 0036-build_appimages.sh-Use-wget2-instead-of-wget.patch

Marko Lindqvist, 10/05/2024 07:04 PM

View differences:

platforms/appimage/build_appimages.sh
fi
if ! ( cd tools &&
wget "https://github.com/linuxdeploy/linuxdeploy/releases/download/${LINUXDEPLOY_VERSION}/linuxdeploy-x86_64.AppImage" )
wget2 "https://github.com/linuxdeploy/linuxdeploy/releases/download/${LINUXDEPLOY_VERSION}/linuxdeploy-x86_64.AppImage" )
then
echo "Failed to download linuxdeploy!" >&2
exit 1
    (1-1/1)