From 792994eb264563eeab33c3f770f5a28fbe0dde1e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Jan 2024 08:09:51 +0100 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 3c66d15..ba22ad4 100644 --- a/src/install.sh +++ b/src/install.sh @@ -361,7 +361,7 @@ selectXML() { if [ -f "/run/assets/$detected.xml" ]; then XML="$detected.xml" - echo "Detected image of type '$detected', which supports automatic installation." + echo "Detected image of type '$detected'." else warn "detected image of type '$detected', but no matching XML file exists, $FB." fi @@ -412,7 +412,7 @@ updateImage() { return 1 fi - if [[ "$2" == "win7x64-ultimate.xml" ]]; then + if [[ "$2" == "win7"* ]]; then ETFS="boot.img" BOOT_MODE="windows_legacy"