From a01435dfd4eb3e2da846d2adb7159599261115ae Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 18 May 2024 16:21:08 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/define.sh b/src/define.sh index 4a329c3..d21f41e 100644 --- a/src/define.sh +++ b/src/define.sh @@ -404,18 +404,12 @@ printEdition() { *"-education" ) edition="Education" ;; - *"-iot" ) + *"-iot" | *"-iot-eval" ) edition="IoT" ;; - *"-iot-eval" ) - edition="IoT (Evaluation)" - ;; - *"-ltsc" ) + *"-ltsc" | *"-ltsc-eval" ) edition="LTSC" ;; - *"-ltsc-eval" ) - edition="LTSC (Evaluation)" - ;; *"-enterprise-eval" ) edition="Enterprise (Evaluation)" ;;