Skip to content

Commit 08d14c7

Browse files
authored
Merge pull request #814 from fatrat1117/minor-improvements
fix fresh Ubuntu Install scripts
2 parents 15d2ba9 + b965e27 commit 08d14c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/install_ubuntu_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -ex
1818
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
1919
sudo apt-get update
2020

21-
DEPENDENCIES="indent kwstyle tcpdump"
21+
DEPENDENCIES="unzip make indent kwstyle libssl-dev tcpdump"
2222

2323
sudo apt-get install -y ${DEPENDENCIES}
2424

0 commit comments

Comments
 (0)