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
4b8fb34019
commit
7a26efa00c
1 changed files with 5 additions and 1 deletions
|
|
@ -107,6 +107,10 @@ printVersion() {
|
|||
[[ "$id" == "win2012"* ]] && desc="Windows Server 2012"
|
||||
[[ "$id" == "win2008"* ]] && desc="Windows Server 2008"
|
||||
|
||||
[[ "$id" == "tiny11"* ]] && desc="Tiny 11"
|
||||
[[ "$id" == "tiny10"* ]] && desc="Tiny 10"
|
||||
[[ "$id" == "core11"* ]] && desc="Core 11"
|
||||
|
||||
[ -z "$desc" ] && desc="Windows"
|
||||
|
||||
echo "$desc"
|
||||
|
|
@ -554,7 +558,7 @@ validVersion() {
|
|||
isMido "$id" && return 0
|
||||
|
||||
for i in {1..9}
|
||||
do
|
||||
do
|
||||
|
||||
url=$(getLink "$i" "$id")
|
||||
[ -n "$url" ] && return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue