From f811e02877f8a3b4eda28c353c2ff8d2739f3b21 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 4 May 2024 12:22:16 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 86200ce..8073613 100644 --- a/src/install.sh +++ b/src/install.sh @@ -675,7 +675,7 @@ detectImage() { info=$(wimlib-imagex info -xml "$loc" | tr -d '\000') DETECTED=$(detectVersion "$info") - + if [ -z "$DETECTED" ]; then msg="Failed to determine Windows version from image" setXML "" && info "${msg}!" || warn "${msg}, $FB"