From 89e6cf7e1f47b096d88b9d09c8dccd445fa0c3b0 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 8 Sep 2021 10:51:06 -0700 Subject: [PATCH] remove rest of git from launch script old-commit-hash: 26e6e07c2bb2310925615b7977c0ba19c60800f6 --- launch_chffrplus.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index e53d320b9a..6ac935e9f4 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -90,17 +90,6 @@ function two_init { # Check for NEOS update if [ $(< /VERSION) != "$REQUIRED_NEOS_VERSION" ]; then - if [ -f "$DIR/scripts/continue.sh" ]; then - cp "$DIR/scripts/continue.sh" "/data/data/com.termux/files/continue.sh" - fi - - if [ ! -f "$BASEDIR/prebuilt" ]; then - # Clean old build products, but preserve the scons cache - cd $DIR - git clean -xdf - git submodule foreach --recursive git clean -xdf - fi - "$DIR/installer/updater/updater" "file://$DIR/installer/updater/update.json" fi }