Skip to content

Commit add086d

Browse files
authored
fix: Remove broken links
1 parent 746054b commit add086d

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

src/mido.sh

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ getWindows() {
310310
info "$msg" && html "$msg"
311311

312312
case "${version,,}" in
313-
"win2008r2" | "win81${PLATFORM,,}-enterprise"* | "win11${PLATFORM,,}-enterprise-iot"* | "win11${PLATFORM,,}-enterprise-ltsc"* )
313+
"win11${PLATFORM,,}-enterprise-iot"* | "win11${PLATFORM,,}-enterprise-ltsc"* )
314314
if [[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-"* ]]; then
315315
error "No download in the $language language available for $edition!"
316316
MIDO_URL="" && return 1
@@ -338,56 +338,9 @@ getWindows() {
338338
"win2025-eval" | "win2022-eval" | "win2019-eval" | "win2016-eval" | "win2012r2-eval" )
339339
download_windows_eval "$version" "$lang" "$edition" && return 0
340340
;;
341-
"win81${PLATFORM,,}-enterprise"* | "win2008r2" )
342-
;;
343341
* ) error "Invalid VERSION specified, value \"$version\" is not recognized!" ;;
344342
esac
345343

346-
if [[ "${PLATFORM,,}" != "x64" ]]; then
347-
MIDO_URL=""
348-
return 1
349-
fi
350-
351-
if [[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-"* ]]; then
352-
MIDO_URL=""
353-
return 1
354-
fi
355-
356-
case "${version,,}" in
357-
"win81${PLATFORM,,}-enterprise"* )
358-
MIDO_URL="https://download.microsoft.com/download/B/9/9/B999286E-0A47-406D-8B3D-5B5AD7373A4A/9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_ENTERPRISE_EVAL_EN-US-IR3_CENA_X64FREE_EN-US_DV9.ISO"
359-
return 0
360-
;;
361-
"win11${PLATFORM,,}-enterprise-iot"* | "win11${PLATFORM,,}-enterprise-ltsc"* )
362-
MIDO_URL="https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1.240331-1435.ge_release_CLIENT_IOT_LTSC_EVAL_x64FRE_en-us.iso"
363-
return 0
364-
;;
365-
"win2025-eval" )
366-
MIDO_URL="https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1.240331-1435.ge_release_SERVER_EVAL_x64FRE_en-us.iso"
367-
return 0
368-
;;
369-
"win2022-eval" )
370-
MIDO_URL="https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_en-us.iso"
371-
return 0
372-
;;
373-
"win2019-eval" )
374-
MIDO_URL="https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso"
375-
return 0
376-
;;
377-
"win2016-eval" )
378-
MIDO_URL="https://software-download.microsoft.com/download/pr/Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.ISO"
379-
return 0
380-
;;
381-
"win2012r2-eval" )
382-
MIDO_URL="https://download.microsoft.com/download/6/2/A/62A76ABB-9990-4EFC-A4FE-C7D698DAEB96/9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_SERVER_EVAL_EN-US-IR3_SSS_X64FREE_EN-US_DV9.ISO"
383-
return 0
384-
;;
385-
"win2008r2" )
386-
MIDO_URL="https://download.microsoft.com/download/4/1/D/41DEA7E0-B30D-4012-A1E3-F24DC03BA1BB/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso"
387-
return 0
388-
;;
389-
esac
390-
391344
MIDO_URL=""
392345
return 1
393346
}

0 commit comments

Comments
 (0)