Update install.sh

This commit is contained in:
Kroese 2024-05-04 14:08:33 +02:00 committed by GitHub
parent 0616eb3447
commit 3fc60b1da7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -373,13 +373,12 @@ downloadImage() {
desc=$(printVersion "$version" "") desc=$(printVersion "$version" "")
if [[ "${PLATFORM,,}" == "x64" ]]; then
if isMido "$version"; then if isMido "$version"; then
tried="y" tried="y"
doMido "$iso" "$version" "$desc" && return 0 doMido "$iso" "$version" "$desc" && return 0
fi fi
switchEdition "$version" switchEdition "$version"
fi
if isESD "$version"; then if isESD "$version"; then