Update install.sh

This commit is contained in:
Kroese 2024-05-01 14:51:56 +02:00 committed by GitHub
parent 48144c53e9
commit 6779ac0f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -342,11 +342,7 @@ downloadImage() {
error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1
fi
if [[ "${PLATFORM,,}" == "x64" ]]; then
desc=$(printVersion "$version" "Windows")
else
desc=$(printVersion "$version" "Windows for ${PLATFORM}")
fi
desc=$(printVersion "$version" "")
if [[ "${PLATFORM,,}" == "x64" ]]; then
if isMido "$version"; then