We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15d2ba9 + b965e27 commit 08d14c7Copy full SHA for 08d14c7
.travis/install_ubuntu_dependencies.sh
@@ -18,7 +18,7 @@ set -ex
18
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
19
sudo apt-get update
20
21
-DEPENDENCIES="indent kwstyle tcpdump"
+DEPENDENCIES="unzip make indent kwstyle libssl-dev tcpdump"
22
23
sudo apt-get install -y ${DEPENDENCIES}
24
0 commit comments