diff --git a/tools/install.sh b/tools/install.sh index 8cba52085..dee7b5bf8 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/adilhafeez/oh-my-zsh.git $ZSH || { printf "Error: git clone of oh-my-zsh repo failed\n" exit 1 }