From da0eaa5d4599ff19c031ac37b4a140783a51e6dd Mon Sep 17 00:00:00 2001 From: tynx Date: Mon, 15 Oct 2018 23:49:22 +0200 Subject: [PATCH] adding missing dependency jq While using the script I realized that the package jq was missing --- install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_deps.sh b/install_deps.sh index 4c51fed..63839cb 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -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