Update install.sh

This commit is contained in:
Kroese 2023-04-30 21:32:29 +02:00 committed by GitHub
parent 8183ee140d
commit ad388f2586

View file

@ -20,8 +20,8 @@ fi
SIZE=$(stat -c%s "$TMP") SIZE=$(stat -c%s "$TMP")
if ((SIZE<1000000)); then if ((SIZE<100000)); then
echo "Invalid ISO file: Size is smaller than 1 MB." && exit 62 echo "Invalid ISO file: Size is smaller than 100 KB" && exit 62
fi fi
FILE="$STORAGE/boot.img" FILE="$STORAGE/boot.img"