mirror of
https://github.com/dockur/windows.git
synced 2025-10-30 04:35:49 +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
|
[[ "$result" == "x" ]] && echo "$desc" && return 0
|
||||||
|
|
||||||
case "${id,,}" in
|
case "${id,,}" in
|
||||||
*"-iot" )
|
|
||||||
edition="IoT"
|
|
||||||
;;
|
|
||||||
*"-ltsc" )
|
|
||||||
edition="LTSC"
|
|
||||||
;;
|
|
||||||
*"-home" )
|
*"-home" )
|
||||||
edition="Home"
|
edition="Home"
|
||||||
;;
|
;;
|
||||||
|
|
@ -410,6 +404,18 @@ printEdition() {
|
||||||
*"-education" )
|
*"-education" )
|
||||||
edition="Education"
|
edition="Education"
|
||||||
;;
|
;;
|
||||||
|
*"-iot" )
|
||||||
|
edition="IoT"
|
||||||
|
;;
|
||||||
|
*"-iot-eval" )
|
||||||
|
edition="IoT (Evaluation)"
|
||||||
|
;;
|
||||||
|
*"-ltsc" )
|
||||||
|
edition="LTSC"
|
||||||
|
;;
|
||||||
|
*"-ltsc-eval" )
|
||||||
|
edition="LTSC (Evaluation)"
|
||||||
|
;;
|
||||||
*"-enterprise-eval" )
|
*"-enterprise-eval" )
|
||||||
edition="Enterprise (Evaluation)"
|
edition="Enterprise (Evaluation)"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue