Skip to content

Commit

Permalink
jq
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed May 15, 2015
1 parent 56df527 commit 3376848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Expand Up @@ -44,6 +44,9 @@ git config --global ui.color auto
git config --global push.default simple

if [ "_$arch" = "_mac" ]; then
if ! which jq 2>/dev/null; then
brew install jq
fi

if ! which go 2>/dev/null; then
brew install go
Expand Down

0 comments on commit 3376848

Please sign in to comment.