From 72eab87a83de4b4db95176e31262923a64fb0364 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 5 Jun 2021 00:05:05 -0400 Subject: [PATCH] Add notes regarding using a minimal folder mimicking the repo. --- update-minetest-linux64.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update-minetest-linux64.sh b/update-minetest-linux64.sh index a4fa415..e47c025 100755 --- a/update-minetest-linux64.sh +++ b/update-minetest-linux64.sh @@ -52,7 +52,9 @@ if [ ! -d "$REPO_PATH" ]; then fi else echo "* using existing $MT_BASH_RC_PATH" - echo " * to update it, run: cd \"$REPO_PATH\" && git pull" + echo " * To update it, run: cd \"$REPO_PATH\" && git pull" + echo " * If that doesn't work run the following:" + echo " mv $REPO_PATH /tmp/EnlivenMinetest.old && git clone https://github.com/poikilos/EnlivenMinetest $REPO_PATH" fi if [ ! -f "$MT_BASH_RC_PATH" ]; then echo