Update install.sh

This commit is contained in:
Kroese 2024-04-29 14:17:27 +02:00 committed by GitHub
parent b64670e2d8
commit 37c3319982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -326,7 +326,7 @@ downloadImage() {
fi
if ! validVersion "$version"; then
error "Invalid VERSION value: $version" && return 1
error "Invalid VERSION, value \"$version\" is not recognized!" && return 1
fi
desc=$(printVersion "$version" "Windows")