Update install.sh

This commit is contained in:
Kroese 2025-03-26 02:24:55 +01:00 committed by GitHub
parent fa2dfbe6cb
commit 7ebc976ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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