vscodium/install_deps.sh
Peter Squicciarini 206f1e77e2 Get build working
2018-08-14 10:02:32 -04:00

9 lines
211 B
Bash
Executable file

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