Update install.sh

This commit is contained in:
Kroese 2024-04-28 22:12:46 +02:00 committed by GitHub
parent 7f9cb52357
commit ecf2ec3535
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -359,11 +359,11 @@ downloadImage() {
url=$(getLink "$version") url=$(getLink "$version")
if [ -z "$url" ]; then if [ -z "$url" ]; then
! isMido && error "Invalid version specified: $version" ! isMido "$version" && error "Invalid version specified: $version"
return 1 return 1
fi fi
info "Failed to download $desc from Microsoft, will try another mirror now..." isMido "$version" && info "Failed to download $desc from Microsoft, will try another mirror now..."
ISO="$TMP/$BASE" ISO="$TMP/$BASE"
iso="$ISO" iso="$ISO"