From fcd0c174a9de34f42d0d92681605c322c37d82e3 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Oct 2017 22:45:55 +0200 Subject: [PATCH] autopush by david@ghost --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 20b5d09..4cafa99 100755 --- a/install.sh +++ b/install.sh @@ -61,7 +61,7 @@ installmyzsh() choice="null" while [ $choice != "y" ] && [ $choice != "n" ]; do 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 @@ -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 [ $choice == "y" ]; then + if [ "$choice" == "y" ]; then installdeps installmyzsh else