mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Clone repo silently
Currently the git clone will write the following to stderr:
Cloning into '/${HOME}/.oh-my-zsh'...
This silences that message.
References #3251
This commit is contained in:
parent
291e96dcd0
commit
cd968477f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue