Update git link

This commit is contained in:
Adphi 2018-04-19 17:06:14 +02:00
parent f6378745a9
commit 81afd854b2

View File

@ -65,7 +65,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 http://git.adphi.net/Adphi/oh-my-zsh.git $ZSH || {
printf "Error: git clone of oh-my-zsh repo failed\n"
exit 1
}