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,14 +373,13 @@ 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
switchEdition "$version"
fi fi
switchEdition "$version"
if isESD "$version"; then if isESD "$version"; then
if [[ "$tried" != "n" ]]; then if [[ "$tried" != "n" ]]; then