From 30131bc6d54ede6706497a696d524688f2e2db97 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 2 Jan 2025 22:24:42 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de44614..e526ba8 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ if [ $program_path != "/opt/meshing-around" ]; then printf "\nIt is suggested to project path to /opt/meshing-around\n" printf "Do you want to move the project to /opt/meshing-around? (y/n)" read move - if [[ $(echo "$move" | grep -iq "^y") ]]; then + if [[ $(echo "$move" | grep -i "^y") ]]; then sudo mv $program_path /opt/meshing-around cd /opt/meshing-around printf "\nProject moved to /opt/meshing-around. re-run the installer\n"