From 35c6232b0c87fb542bf044384d1e53c917235a8d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 11 Nov 2025 13:40:48 -0800 Subject: [PATCH] enhance --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index c4f4f78..d8b683d 100755 --- a/install.sh +++ b/install.sh @@ -118,6 +118,7 @@ if [[ "$program_path" != "/opt/meshing-around" ]]; then if [[ $(echo "$move" | grep -i "^y") ]]; then sudo mv "$program_path" /opt/meshing-around cd /opt/meshing-around + sudo git config --global --add safe.directory /opt/meshing-around printf "\nProject moved to /opt/meshing-around.\n" printf "Please re-run the installer from the new location.\n" exit 0