Skip to content

Commit

Permalink
Merge pull request #65 from Stride-Labs/jq
Browse files Browse the repository at this point in the history
add jq
  • Loading branch information
asalzmann authored Jul 2, 2022
2 parents 89c2dcc + 91f3623 commit 55c5522
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts-local/check_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ do
done
[[ $deps -ne 1 ]] && echo "OK\n" || { echo "\nInstall the missing dependencies and rerun this script...\n"; }

# add jq
if ! type "jq" > /dev/null; then
brew install jq
fi

echo "Checking module dependencies... ";
MODULES=("gaia" "hermes" "interchain-queries")
deps=0
Expand Down

0 comments on commit 55c5522

Please sign in to comment.