Skip to content

Commit

Permalink
Merge pull request #49 from tynx/patch-1
Browse files Browse the repository at this point in the history
Add jq dependency
  • Loading branch information
stripedpajamas committed Oct 16, 2018
2 parents 008aacc + da0eaa5 commit a541390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install jq zip
else
sudo apt-get update
sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev fakeroot rpm
sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev fakeroot rpm jq
if [[ "$BUILDARCH" == "ia32" ]]; then
sudo dpkg --add-architecture i386
sudo apt-get update
Expand Down

0 comments on commit a541390

Please sign in to comment.