From 92cb90384b5b1bcce287e1dc03bf26cba5ad8b6e Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 26 Jul 2016 20:12:24 +0900 Subject: [PATCH] no install recommends dependencies --- shadowsocks-libev-debian.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)