From c62a0b5271c22f685c18dfe3d5989b6ed5c6e997 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 26 Oct 2015 23:29:59 +0100 Subject: [PATCH] [FIX] install.sh: Cloning Zsh Config... error: unknown option `no-tags' --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 7366c87..0bbb693 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -71,7 +71,7 @@ if [ -f ~/.bash_aliases ] || [ -h ~/.bash_aliases ]; then fi echo "\033[0;34mCloning Zsh Config...\033[0m" -hash git >/dev/null 2>&1 && env git clone --branch master --single-branch --no-tags --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF || { +hash git >/dev/null 2>&1 && env git clone --branch master --single-branch --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF || { echo "can't clone repo.." exit 1 } -- 2.0.0