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 }