From bd01d79bf096c0f04e76580d8ae059007649f488 Mon Sep 17 00:00:00 2001 From: Adphi Date: Sun, 15 Jul 2018 09:16:18 +0200 Subject: [PATCH] Fix oh-my-zsh git link --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index b0673afe..359343d0 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -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 }