install_deps.sh 211 B

123456789
  1. #!/bin/bash
  2. if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
  3. brew update
  4. brew install yarn --without-node
  5. brew install jq zip
  6. else
  7. sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev fakeroot rpm
  8. fi