Commit 2920a560 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update install.sh

Update install.sh
parents 8183ee14 ad388f25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"