Commit e6f052280613eaabd932cc09d3703ab4769eb43b
1 parent
f3f4eb5cc1
Exists in
master
and in
2 other branches
IMP sys_base_install.sh
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
tools/sys_base_install.sh
| ... | ... | @@ -25,7 +25,7 @@ function get_shell_config { |
| 25 | 25 | apt-get -yq install curl git nano zsh |
| 26 | 26 | mkdir "~/.config" |
| 27 | 27 | echo "cloning zsh config.." |
| 28 | - hash git >/dev/null 2>&1 && env git clone --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF || | |
| 28 | + hash git >/dev/null 2>&1 && env git clone --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF | |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | set_apt_proxy |