Update install.sh

This commit is contained in:
Jan 2016-04-18 16:49:28 +08:00
commit f957c745ad

View file

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