Update install.sh
This commit is contained in:
parent
8183ee140d
commit
ad388f2586
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue