Skip to content

Commit

Permalink
fix(installer): silence git init
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella committed Feb 22, 2022
1 parent 9b883aa commit 914b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ setup_ohmyzsh() {
fi

# Manual clone with git config options to support git < v1.7.2
git init "$ZSH" && cd "$ZSH" \
git init --quiet "$ZSH" && cd "$ZSH" \
&& git config core.eol lf \
&& git config core.autocrlf false \
&& git config fsck.zeroPaddedFilemode ignore \
Expand Down

0 comments on commit 914b639

Please sign in to comment.