Skip to content

Commit

Permalink
Merge pull request holman#287 from caarlos0/brew-q
Browse files Browse the repository at this point in the history
brew quiet
  • Loading branch information
caarlos0 committed Nov 6, 2016
2 parents 241957a + 36202a0 commit e37e095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions antibody/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
if which brew >/dev/null 2>&1; then
brew untap getantibody/homebrew-antibody || true
brew tap getantibody/homebrew-antibody
brew untap -q getantibody/homebrew-antibody || true
brew tap -q getantibody/homebrew-antibody
brew install antibody
else
curl -sL https://git.io/vwMNi | sh -s
Expand Down

0 comments on commit e37e095

Please sign in to comment.