mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update define.sh
This commit is contained in:
parent
d3baf11dd4
commit
fd9a1349b0
1 changed files with 3 additions and 3 deletions
|
|
@ -145,7 +145,7 @@ printEdition() {
|
|||
"win7${PLATFORM,,}-enterprise"* )
|
||||
edition="Enterprise"
|
||||
;;
|
||||
"win7"* )
|
||||
"win7"* )
|
||||
edition="Professional"
|
||||
;;
|
||||
"win8${PLATFORM,,}-enterprise"* )
|
||||
|
|
@ -182,7 +182,7 @@ printEdition() {
|
|||
edition="Enterprise"
|
||||
;;
|
||||
"win11"* )
|
||||
edition="Pro"
|
||||
edition="Pro"
|
||||
;;
|
||||
"winxp"* )
|
||||
edition="Professional"
|
||||
|
|
@ -209,7 +209,7 @@ printEdition() {
|
|||
|
||||
[[ "${id,,}" == *"-eval" ]] && edition="$edition (Evaluation)"
|
||||
[ -n "$edition" ] && result="$result $edition"
|
||||
|
||||
|
||||
echo "$result"
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue