Skip to content

Commit

Permalink
feat: Additional download mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 12, 2024
1 parent 6f1257e commit d34e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mido.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ getWindows() {
info "$msg" && html "$msg"

case "${version,,}" in
"win2008r2" | "win81${PLATFORM,,}-enterprise-eval" | "win11${PLATFORM,,}-enterprise-iot-eval" )
"win2008r2" | "win81${PLATFORM,,}-enterprise"* | "win11${PLATFORM,,}-enterprise-iot-eval" )
if [[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-"* ]]; then
error "No download in the $language language available for $edition!"
MIDO_URL="" && return 1
Expand Down

0 comments on commit d34e005

Please sign in to comment.