From d4c173988a31c5435d5138090ec11378435f1cab Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 May 2024 19:36:16 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/define.sh b/src/define.sh index 05e1885..77f7f79 100644 --- a/src/define.sh +++ b/src/define.sh @@ -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