From 077fd3058c076e81dfaa589ad971c8da98a99da7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 17:12:19 +0200 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 47d3b19..5e2308f 100644 --- a/src/install.sh +++ b/src/install.sh @@ -2,7 +2,6 @@ set -Eeuo pipefail ESD_URL="" -PLATFORM="ARM64" TMP="$STORAGE/tmp" DIR="$TMP/unpack" FB="falling back to manual installation!" @@ -672,7 +671,8 @@ bootWindows() { ###################################### -TODO +! parseVersion && exit 58 +! detectCustom && exit 59 if ! startInstall; then bootWindows && return 0