From d55d31134184f60ca38092b0bf257f74306be34f Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Oct 2017 22:25:57 +0200 Subject: [PATCH] autopush by david@ghost --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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