mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update define.sh
This commit is contained in:
parent
0969134ea5
commit
d9507563e8
1 changed files with 12 additions and 6 deletions
|
|
@ -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)"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue