From 383c18f0c76dd2cd62d3cdc9e3531f199893c114 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Oct 2017 22:44:51 +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 77ef935..20b5d09 100755 --- a/install.sh +++ b/install.sh @@ -90,7 +90,7 @@ if [ -d ~/.myzsh ]; then choice="null" echo "[myzsh]: it seems i have already been set up." read -p "[myzsh]: should i cleanup & reinstall? [y/n]" choice - if [ -z $choice ] || [ $choice == "y" ]; then + if [ $choice == "y" ]; then installdeps installmyzsh else