Fix oh-my-zsh git link

This commit is contained in:
Adphi 2018-07-15 09:16:18 +02:00
parent 117e00a55e
commit bd01d79bf0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ is first on the path"
fi
fi
env git clone --depth=1
https://github.com/robbyrussell/oh-my-zsh.git "$ZSH" || {
http://git.adphi.net/Adphi/oh-my-zsh.git "$ZSH" || {
printf "Error: git clone of oh-my-zsh repo failed\n"
exit 1
}