This commit is contained in:
SpudGunMan
2025-11-11 13:40:48 -08:00
parent 2aa7ffb0e8
commit 35c6232b0c

View File

@@ -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