From d3a37f1bd9398eff5740c47fa347edca5757e2b4 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Oct 2017 22:27:42 +0200 Subject: [PATCH] autopush by david@ghost --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b05a83c..3496eff 100755 --- a/install.sh +++ b/install.sh @@ -88,9 +88,10 @@ installmyzsh() if [ -d ~/.myzsh ]; then - echo "[myzsh]: it seems i have already been setup." + echo "[myzsh]: it seems i have already been set up." choice="null" read -p "[myzsh]: should i cleanup and reinstall? [y/n]" choice + echo "debug: $choice" if [ $choice == "y" ]; then installdeps installmyzsh