From 3e33cb05850713ccba00318802ef94bc391838c7 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 5 Jul 2016 14:03:53 +0900 Subject: [PATCH] Fix dependency issue --- shadowsocks-libev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadowsocks-libev.sh b/shadowsocks-libev.sh index 0fda7ca..aa9afda 100644 --- a/shadowsocks-libev.sh +++ b/shadowsocks-libev.sh @@ -106,8 +106,8 @@ function pre_install(){ echo "Press any key to start...or Press Ctrl+C to cancel" char=`get_char` #Install necessary dependencies - yum install -y wget unzip openssl-devel gcc swig python python-devel python-setuptools autoconf libtool libevent - yum install -y automake make curl curl-devel zlib-devel openssl-devel perl perl-devel cpio expat-devel gettext-devel + yum install -y wget unzip openssl-devel gcc swig python python-devel python-setuptools autoconf libtool libevent xmlto + yum install -y automake make curl curl-devel zlib-devel openssl-devel perl perl-devel cpio expat-devel gettext-devel asciidoc # Get IP address echo "Getting Public IP address, Please wait a moment..." IP=$(curl -s -4 icanhazip.com)