From a5fc082466799f93702b6ac473ba9d564e1ad62d Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 13 Mar 2025 11:10:45 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/install.sh b/src/install.sh index 2a322be..80159f8 100644 --- a/src/install.sh +++ b/src/install.sh @@ -681,6 +681,10 @@ updateXML() { sed -i "s/SERVERSTANDARD<\/Value>/SERVER${EDITION^^}<\/Value>/g" "$asset" fi + sed -i '//,/<\/ProductKey>/d' "$asset" + cat "$asset" + exit + return 0 }