diff --git a/tools/install.sh b/tools/install.sh index 3f4de868..40c17623 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 --quiet https://github.com/robbyrussell/oh-my-zsh.git $ZSH || { printf "Error: git clone of oh-my-zsh repo failed\n" exit 1 }