From 7ebc976ae7e971a601db68b997c333fae6668e43 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Mar 2025 02:24:55 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 213c689..18d58d6 100644 --- a/src/install.sh +++ b/src/install.sh @@ -177,8 +177,6 @@ fi MSG="Preparing system partition..." info "Install: $MSG" && html "$MSG" -ls -lh $TMP - BOOT=$(find "$TMP" -name "*.bin.zip") [ ! -s "$BOOT" ] && error "The PAT file contains no boot image." && exit 67