Update define.sh

This commit is contained in:
Kroese 2024-12-14 13:09:45 +01:00 committed by GitHub
parent a7487af98b
commit 11ecc3b935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
;;