Update define.sh

This commit is contained in:
Kroese 2024-05-18 16:21:08 +02:00 committed by GitHub
parent d9507563e8
commit a01435dfd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -404,18 +404,12 @@ printEdition() {
*"-education" ) *"-education" )
edition="Education" edition="Education"
;; ;;
*"-iot" ) *"-iot" | *"-iot-eval" )
edition="IoT" edition="IoT"
;; ;;
*"-iot-eval" ) *"-ltsc" | *"-ltsc-eval" )
edition="IoT (Evaluation)"
;;
*"-ltsc" )
edition="LTSC" edition="LTSC"
;; ;;
*"-ltsc-eval" )
edition="LTSC (Evaluation)"
;;
*"-enterprise-eval" ) *"-enterprise-eval" )
edition="Enterprise (Evaluation)" edition="Enterprise (Evaluation)"
;; ;;