Update install.sh

This commit is contained in:
Kroese 2024-01-22 12:04:31 +01:00 committed by GitHub
parent 5f948ca7af
commit 5f682a9989
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ if [ ! -f "$ISO" ]; then
{ wget "$VERSION" -O "$ISO" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || :
(( rc != 0 )) && echo && error "Failed to download $VERSION, reason: $rc" && exit 60
(( rc != 0 )) && error "Failed to download $VERSION, reason: $rc" && exit 60
fi