Commit c62a0b5271c22f685c18dfe3d5989b6ed5c6e997

Authored by mj
1 parent 01d32a4021
Exists in master and in 1 other branch 02-merge

[FIX] install.sh: Cloning Zsh Config...

error: unknown option `no-tags'

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -71,7 +71,7 @@ if [ -f ~/.bash_aliases ] || [ -h ~/.bash_aliases ]; then
71 71 fi
72 72  
73 73 echo "\033[0;34mCloning Zsh Config...\033[0m"
74   -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 || {
  74 +hash git >/dev/null 2>&1 && env git clone --branch master --single-branch --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF || {
75 75 echo "can't clone repo.."
76 76 exit 1
77 77 }