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