Update define.sh
This commit is contained in:
parent
e8242b08d9
commit
83fa8a7c3a
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ parseVersion() {
|
||||||
"xp64" | "xpx64" | "5x64" | "winxp64" | "winxpx64" | "windowsxp64" | "windowsxpx64" )
|
"xp64" | "xpx64" | "5x64" | "winxp64" | "winxpx64" | "windowsxp64" | "windowsxpx64" )
|
||||||
error "Windows XP $msg" && return 1
|
error "Windows XP $msg" && return 1
|
||||||
;;
|
;;
|
||||||
|
"2k" | "2000" | "win2k" | "win2000" | "windows2k" | "windows2000" )
|
||||||
|
error "Windows 2000 $msg" && return 1
|
||||||
|
;;
|
||||||
"25" | "2025" | "win25" | "win2025" | "windows2025" | "windows 2025" )
|
"25" | "2025" | "win25" | "win2025" | "windows2025" | "windows 2025" )
|
||||||
error "Windows Server 2025 $msg" && return 1
|
error "Windows Server 2025 $msg" && return 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue