From adb053c11e6c5d4f269b6a04b704bc487988893b Mon Sep 17 00:00:00 2001 From: okokabcd Date: Thu, 22 Sep 2016 23:48:39 +0800 Subject: [PATCH] Update install.sh update install.sh okokabcd --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 3f4de8681..a232b03f7 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -61,7 +61,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 https://github.com/okokabcd/oh-my-zsh.git $ZSH || { printf "Error: git clone of oh-my-zsh repo failed\n" exit 1 }