From c3c5aecc40e21957d17812a153a0572b7ddfd418 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 18 May 2024 01:51:18 +0200 Subject: [PATCH] Update mido.sh --- src/mido.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/mido.sh b/src/mido.sh index cc7011c..d46bdb3 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -150,12 +150,7 @@ download_windows() { if ! [ "$iso_download_link" ]; then # This should only happen if there's been some change to the download endpoint web address - if [[ "${lang,,}" == "en" ]] || [[ "${lang,,}" == "en-"* ]]; then - error "Microsoft servers gave us no download link to our request for an automated download!" - else - language=$(getLanguage "$lang" "desc") - error "No download for the $language language available!" - fi + error "Microsoft servers gave us no download link to our request for an automated download!" return 1 fi