Commit fc5af01bcdb21f9784cd237dddfc1b1500ca4d0a
1 parent
e858912819
Exists in
master
and in
2 other branches
[IMP] install.sh: GIT CLONE --branch master --single-branch --no-tags
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
tools/install.sh
... | ... | @@ -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 --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 --no-tags --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF || { | |
75 | 75 | echo "can't clone repo.." |
76 | 76 | exit 1 |
77 | 77 | } |