Update install.sh

update install.sh okokabcd
This commit is contained in:
okokabcd 2016-09-22 23:48:39 +08:00 committed by GitHub
commit adb053c11e

View file

@ -61,7 +61,7 @@ main() {
exit 1
fi
fi
env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || {
env git clone --depth=1 https://github.com/okokabcd/oh-my-zsh.git $ZSH || {
printf "Error: git clone of oh-my-zsh repo failed\n"
exit 1
}