From 5dfab85bf9411e49cd1d91e70c1533d83186f0d9 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sun, 21 Aug 2016 21:53:11 +0900 Subject: [PATCH] Add dependencies --- shadowsocks-libev-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-libev-debian.sh b/shadowsocks-libev-debian.sh index dcef83c..a4d7116 100644 --- a/shadowsocks-libev-debian.sh +++ b/shadowsocks-libev-debian.sh @@ -87,7 +87,7 @@ function pre_install(){ # Update System apt-get -y update # Install necessary dependencies - apt-get -y --no-install-recommends install wget unzip curl build-essential autoconf libtool libssl-dev xmlto asciidoc + apt-get -y --no-install-recommends install wget unzip curl build-essential autoconf libtool openssl libssl-dev zlib1g-dev xmlto asciidoc # Get IP address echo "Getting Public IP address, Please wait a moment..." IP=$(curl -s -4 icanhazip.com)