From abdfd4d0f33408a43f432f969839bfe290dc8fbd Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Oct 2017 22:23:26 +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 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