aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-22 17:30:31 +0100
committerLoïc Hoguin <[email protected]>2018-11-22 17:30:31 +0100
commit8227f21b439cfb0d46ec93c9735147549c3edf40 (patch)
tree575aec8d6bb445f6fb57e7ba91a106221ab7cae5
parente0027db4df45e1e64f39fe42b1ee5488784fd398 (diff)
downloadci-8227f21b439cfb0d46ec93c9735147549c3edf40.tar.gz
ci-8227f21b439cfb0d46ec93c9735147549c3edf40.tar.bz2
ci-8227f21b439cfb0d46ec93c9735147549c3edf40.zip
Ubuntu Cosmic has OpenSSL 1.1 by default, force 1.0
-rwxr-xr-xubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu.sh b/ubuntu.sh
index 7e46e24..947bb51 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -7,7 +7,7 @@ NAME=$1
DIST=ubuntu
RELEASE=cosmic
ARCH=amd64
-PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
+PACKAGES="curl libssl1.0-dev libncurses5-dev zsh vim sudo erlang-nox git \
make autoconf automake gcc golang golang-glide rsync \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
groff-base psmisc"