Update define.sh

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

View file

@ -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)"
;;