mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
feat: Windows Server 2008 support
This commit is contained in:
parent
f89c485156
commit
7b866380ae
1 changed files with 3 additions and 1 deletions
|
|
@ -40,9 +40,11 @@ fi
|
|||
[[ "${VERSION,,}" == "win2016" ]] && VERSION="win2016-eval"
|
||||
|
||||
[[ "${VERSION,,}" == "2012" ]] && VERSION="win2012r2-eval"
|
||||
[[ "${VERSION,,}" == "w12r2" ]] && VERSION="win2012r2-eval"
|
||||
[[ "${VERSION,,}" == "win2012" ]] && VERSION="win2012r2-eval"
|
||||
|
||||
[[ "${VERSION,,}" == "2008" ]] && VERSION="win2008r2"
|
||||
[[ "${VERSION,,}" == "win2008" ]] && VERSION="win2008r2"
|
||||
|
||||
[[ "${VERSION,,}" == "ltsc10" ]] && VERSION="win10x64-enterprise-ltsc-eval"
|
||||
[[ "${VERSION,,}" == "10ltsc" ]] && VERSION="win10x64-enterprise-ltsc-eval"
|
||||
[[ "${VERSION,,}" == "win10-ltsc" ]] && VERSION="win10x64-enterprise-ltsc-eval"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue