feat: Add Hyper-V Server 2019 (#278)
This commit is contained in:
parent
d77408340f
commit
b37137ab29
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ parseVersion() {
|
||||||
"16" | "2016" | "win16" | "win2016" | "windows2016" | "windows 2016" )
|
"16" | "2016" | "win16" | "win2016" | "windows2016" | "windows 2016" )
|
||||||
error "Windows Server 2016 $msg" && return 1
|
error "Windows Server 2016 $msg" && return 1
|
||||||
;;
|
;;
|
||||||
|
"hv" | "hyperv" | "hyper v" | "hyper-v" | "19hv" | "2019hv" | "win2019hv")
|
||||||
|
error "Hyper-V Server 2019 $msg" && return 1
|
||||||
|
;;
|
||||||
"2012" | "2012r2" | "win2012" | "win2012r2" | "windows2012" | "windows 2012" )
|
"2012" | "2012r2" | "win2012" | "win2012r2" | "windows2012" | "windows 2012" )
|
||||||
error "Windows Server 2012 $msg" && return 1
|
error "Windows Server 2012 $msg" && return 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue