From 036cf53e117607905a5def603df6d9c193b2526e Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 5 Jul 2016 14:06:05 +0900 Subject: [PATCH] Fix dependency issue --- 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 5656deb..b287bf4 100644 --- a/shadowsocks-libev-debian.sh +++ b/shadowsocks-libev-debian.sh @@ -83,7 +83,7 @@ function pre_install(){ # Update System apt-get -y update # Install necessary dependencies - apt-get install -y wget unzip curl build-essential autoconf libtool libssl-dev + apt-get install -y wget unzip curl build-essential autoconf libtool libssl-dev asciidoc apt-get -y --no-install-recommends install xmlto # Get IP address echo "Getting Public IP address, Please wait a moment..."