diff --git a/install.sh b/install.sh index 0330de8..843ebbb 100755 --- a/install.sh +++ b/install.sh @@ -90,7 +90,7 @@ installmyzsh() if [ -d ~/.myzsh ]; then echo "[myzsh]: it seems i have already been setup." read -p "[myzsh]: should i cleanup and reinstall? [y/n]" choice - if [ $choice = "y" ]; then + if [ $choice == "y" ]; then installdeps installmyzsh else