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
95df426bb2
commit
1bfc9bed94
1 changed files with 2 additions and 2 deletions
|
|
@ -53,10 +53,10 @@ parseVersion() {
|
|||
"16" | "2016" | "win16" | "win2016" | "windows2016" | "windows 2016")
|
||||
VERSION="win2016-eval"
|
||||
;;
|
||||
"2012" | "win2012" | "windows2012" | "windows 2012")
|
||||
"2012" | "2012r2" | "win2012" | "win2012r2" | "windows2012" | "windows 2012")
|
||||
VERSION="win2012r2-eval"
|
||||
;;
|
||||
"2008" | "win2008" | "windows2008" | "windows 2008")
|
||||
"2008" | "2008r2" | "win2008" | "win2008r2" | "windows2008" | "windows 2008")
|
||||
VERSION="win2008r2"
|
||||
;;
|
||||
"core11" | "core 11" | "tiny11" | "tiny 11")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue