From 3c115f11175e1d9fa5bfe510a2b7723fe5c703dc Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 26 May 2024 21:13:15 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 44d48fb..c199132 100644 --- a/src/install.sh +++ b/src/install.sh @@ -531,7 +531,7 @@ detectLegacy() { desc="Windows Server 2003" info "Detected: $desc" && error "$desc is not supported yet!" && exit 54 fi - + if [ -f "$dir/WIN51IA" ] || [ -f "$dir/WIN51IB" ] || [ -f "$dir/WIN51ID" ] || [ -f "$dir/WIN51IL" ] || [ -f "$dir/WIN51IS" ]; then desc="Windows Server 2003" info "Detected: $desc" && error "$desc is not supported yet!" && exit 54 @@ -559,7 +559,7 @@ detectImage() { return 0 ;; esac - + if ! setXML "" && [[ "$MANUAL" != [Yy1]* ]]; then MANUAL="Y" desc=$(printEdition "$DETECTED" "this version")