Update mido.sh

This commit is contained in:
Kroese 2024-05-17 00:29:37 +02:00 committed by GitHub
parent 0029bee92e
commit 954e0d4133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -550,8 +550,6 @@ downloadImage() {
if isMido "$version"; then
tried="y"
if getWindows "$version" "$desc" "$language"; then
echo "MIDO_URL=$MIDO_URL"
exit 33
size=$(getMido "$version" "size")
sum=$(getMido "$version" "sum")
downloadFile "$iso" "$MIDO_URL" "$sum" "$size" "$desc" && return 0