From ad8d7085c413f511a74d6b012ce45d315142756d Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 29 Apr 2024 16:49:49 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/install.sh b/src/install.sh index 90a6211..0e0a83e 100644 --- a/src/install.sh +++ b/src/install.sh @@ -687,6 +687,8 @@ prepareImage() { fi fi + [[ "${PLATFORM,,}" == "arm64" ]] && return 1 + if [[ "${DETECTED,,}" == "winxp"* ]]; then if ! prepareXP "$iso" "$dir"; then error "Failed to prepare Windows XP ISO!" && return 1