diff --git a/src/install/install.sh b/src/install/install.sh index 8f8703b..8d11506 100755 --- a/src/install/install.sh +++ b/src/install/install.sh @@ -5,6 +5,7 @@ TF1_PATH=/mnt/mmc TF2_PATH=/mnt/sdcard # TF1 is linked to this path if TF2 is missing SYSTEM_PATH=/mnt/sdcard/.system/rg35xx +FLAG_PATH=/misc/.minstalled # old rootfs.img (alpha-only) if [ -f $SYSTEM_PATH/rootfs.img ]; then @@ -54,4 +55,5 @@ if [ ! -f $FLAG_PATH ] || was_updated; then cp $SYSTEM_PATH/dat/gpio_keys_polled.ko /misc/modules touch $FLAG_PATH sync && reboot -fi \ No newline at end of file +fi +