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 }