From 83fa8a7c3a0710d0825a44719b321422a4bc6b4c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 5 Apr 2025 17:17:42 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/define.sh b/src/define.sh index c9fb844..e798465 100644 --- a/src/define.sh +++ b/src/define.sh @@ -75,6 +75,9 @@ parseVersion() { "xp64" | "xpx64" | "5x64" | "winxp64" | "winxpx64" | "windowsxp64" | "windowsxpx64" ) 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" ) error "Windows Server 2025 $msg" && return 1 ;;