From f957c745ad4a31f5daa3fbd9810bf5b8bd322f3e Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 18 Apr 2016 16:49:28 +0800 Subject: [PATCH] Update install.sh --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 8cba52085..63a02468e 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -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 }