From 772a4e0f3606665456c1d58997bdaf4ffcc9bcda Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 25 Jul 2017 00:18:50 +0900 Subject: [PATCH] update dependencies Signed-off-by: Teddysun --- shadowsocks-libev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-libev.sh b/shadowsocks-libev.sh index 63e5c47..3c04d92 100644 --- a/shadowsocks-libev.sh +++ b/shadowsocks-libev.sh @@ -295,7 +295,7 @@ pre_install(){ char=`get_char` #Install necessary dependencies yum install -y epel-release && yum makecache - yum install -y unzip openssl openssl-devel gettext gcc autoconf libtool automake make asciidoc xmlto udns-devel libev-devel + yum install -y unzip openssl openssl-devel gettext gcc autoconf libtool automake make asciidoc xmlto udns-devel libev-devel pcre pcre-devel } download() {