From 11ecc3b93552eee7e312e12acb93a74e8c94058f Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 14 Dec 2024 13:09:45 +0100 Subject: [PATCH] Update define.sh --- src/define.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/define.sh b/src/define.sh index 0539449..e0ece90 100644 --- a/src/define.sh +++ b/src/define.sh @@ -95,13 +95,10 @@ parseVersion() { "2003" | "2003r2" | "win2003" | "win2003r2" | "windows2003" | "windows 2003" ) error "Windows Server 2003 $msg" && return 1 ;; - "core11" | "core 11" ) + "core11" | "core 11" | "tiny11" | "tiny 11" ) VERSION="core11" [ -z "$DETECTED" ] && DETECTED="win11arm64" ;; - "tiny11" | "tiny 11" ) - error "Tiny 11 $msg" && return 1 - ;; "tiny10" | "tiny 10" ) error "Tiny 10 $msg" && return 1 ;;