Update define.sh

This commit is contained in:
Kroese 2024-05-05 19:36:16 +02:00 committed by GitHub
parent 27efb05606
commit d4c173988a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -407,11 +407,11 @@ getCatalog() {
edition="Professional"
url="https://go.microsoft.com/fwlink/?LinkId=841361"
;;
"win11${PLATFORM,,}-enterprise" )
"win11${PLATFORM,,}-enterprise" | "win11${PLATFORM,,}-enterprise-eval")
edition="Enterprise"
url="https://go.microsoft.com/fwlink?linkid=2156292"
;;
"win10${PLATFORM,,}-enterprise" )
"win10${PLATFORM,,}-enterprise" | "win10${PLATFORM,,}-enterprise-eval" )
edition="Enterprise"
url="https://go.microsoft.com/fwlink/?LinkId=841361"
;;
@ -905,7 +905,7 @@ isESD() {
local id="$1"
local url
url=$(getMido "$id" "url")
url=$(getCatalog "$id" "url")
[ -n "$url" ] && return 0
return 1