Skip to content

Commit b37137a

Browse files
authored
feat: Add Hyper-V Server 2019 (#278)
1 parent d774083 commit b37137a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/define.sh

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ parseVersion() {
8888
"16" | "2016" | "win16" | "win2016" | "windows2016" | "windows 2016" )
8989
error "Windows Server 2016 $msg" && return 1
9090
;;
91+
"hv" | "hyperv" | "hyper v" | "hyper-v" | "19hv" | "2019hv" | "win2019hv")
92+
error "Hyper-V Server 2019 $msg" && return 1
93+
;;
9194
"2012" | "2012r2" | "win2012" | "win2012r2" | "windows2012" | "windows 2012" )
9295
error "Windows Server 2012 $msg" && return 1
9396
;;

0 commit comments

Comments
 (0)