diff --git a/src/install.sh b/src/install.sh index 1b51de3..4ddb0fb 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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