From 88e0f9b1f78f4b3fa03e16ad48972f23e855838d Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 May 2024 06:27:13 +0200 Subject: [PATCH] fix: Ignore answer file for Windows XP --- src/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/install.sh b/src/install.sh index 182e40a..47e4327 100644 --- a/src/install.sh +++ b/src/install.sh @@ -853,6 +853,8 @@ updateImage() { local dat="${file/.xml/.dat}" local desc path src loc xml index result + [[ "${DETECTED,,}" == "winxp"* ]] && return 0 + if [ ! -s "$asset" ] || [ ! -f "$asset" ]; then asset="" if [[ "$MANUAL" != [Yy1]* ]]; then