From ad388f25860e12c8a6b7fb4c28e0dd6b32fdd2a5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 30 Apr 2023 21:32:29 +0200 Subject: [PATCH] Update install.sh --- run/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/install.sh b/run/install.sh index 4442792..2ec823d 100644 --- a/run/install.sh +++ b/run/install.sh @@ -20,8 +20,8 @@ fi SIZE=$(stat -c%s "$TMP") -if ((SIZE<1000000)); then - echo "Invalid ISO file: Size is smaller than 1 MB." && exit 62 +if ((SIZE<100000)); then + echo "Invalid ISO file: Size is smaller than 100 KB" && exit 62 fi FILE="$STORAGE/boot.img"