Update mido.sh

This commit is contained in:
Kroese 2024-05-27 11:37:05 +02:00 committed by GitHub
parent 57a167ff39
commit 99da9e7877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -268,9 +268,15 @@ download_windows_eval() {
"ltsc" ) "ltsc" )
iso_download_link=$(echo "$iso_download_links" | head -n 4 | tail -n 1) iso_download_link=$(echo "$iso_download_links" | head -n 4 | tail -n 1)
;; ;;
*) iso_download_link="$iso_download_links" ;; "serverx" )
iso_download_link="$iso_download_links"
;;
* )
error "Invalid enterprise type specified, value \"$enterprise_type\" is not recognized!" && return 1 ;;
esac esac
[[ "$DEBUG" == [Yy1]* ]] && echo "Found download link: $iso_download_link"
# Follow redirect so proceeding log message is useful # Follow redirect so proceeding log message is useful
# This is a request we make this Fido doesn't # This is a request we make this Fido doesn't
# We don't need to set "--max-filesize" here because this is a HEAD request and the output is to /dev/null anyway # We don't need to set "--max-filesize" here because this is a HEAD request and the output is to /dev/null anyway