diff --git a/install.sh b/install.sh index b0e3872..b05a83c 100755 --- a/install.sh +++ b/install.sh @@ -62,7 +62,7 @@ installmyzsh() while [ $choice != "y" ] && [ $choice != "n" ]; do echo "" read -p "[myzsh]: should i clone myzsh writeable? [y/n]" choice - if [ $choice = "y" ]; then + if [ $choice == "y" ]; then git clone git@socialg.it:david/myzsh.git ~/.myzsh else git clone https://socialg.it/david/myzsh.git ~/.myzsh