From d9507563e81a74a28871a889e46f8068283a2f36 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 18 May 2024 16:17:22 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/define.sh b/src/define.sh index 1fd18c5..4a329c3 100644 --- a/src/define.sh +++ b/src/define.sh @@ -389,12 +389,6 @@ printEdition() { [[ "$result" == "x" ]] && echo "$desc" && return 0 case "${id,,}" in - *"-iot" ) - edition="IoT" - ;; - *"-ltsc" ) - edition="LTSC" - ;; *"-home" ) edition="Home" ;; @@ -410,6 +404,18 @@ printEdition() { *"-education" ) edition="Education" ;; + *"-iot" ) + edition="IoT" + ;; + *"-iot-eval" ) + edition="IoT (Evaluation)" + ;; + *"-ltsc" ) + edition="LTSC" + ;; + *"-ltsc-eval" ) + edition="LTSC (Evaluation)" + ;; *"-enterprise-eval" ) edition="Enterprise (Evaluation)" ;;