From ba1e74b1c8d53c85f0d9e223523f0e10499c1a2b Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Sat, 11 Feb 2023 17:03:22 -0500 Subject: [PATCH] fixed bug in installer/updater --- src/install/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +