diff --git a/shadowsocks-libev-debian.sh b/shadowsocks-libev-debian.sh index ff0f576..dcef83c 100644 --- a/shadowsocks-libev-debian.sh +++ b/shadowsocks-libev-debian.sh @@ -87,8 +87,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 asciidoc - apt-get -y --no-install-recommends install xmlto + apt-get -y --no-install-recommends install wget unzip curl build-essential autoconf libtool libssl-dev xmlto asciidoc # Get IP address echo "Getting Public IP address, Please wait a moment..." IP=$(curl -s -4 icanhazip.com)