Преглед на файлове

adding missing dependency jq

While using the script I realized that the package jq was missing
tynx преди 6 години
родител
ревизия
da0eaa5d45
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      install_deps.sh

+ 1 - 1
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