From b7221ace654405f9a925fc160af62f15f5ea0cc3 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 19 Apr 2016 10:09:40 +0900 Subject: [PATCH] update --- l2tp.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/l2tp.sh b/l2tp.sh index a4f0f09..e355637 100644 --- a/l2tp.sh +++ b/l2tp.sh @@ -221,8 +221,7 @@ install_l2tp(){ if check_sys packageManager apt;then apt-get -y update - apt-get -y install gcc ppp flex bison make libnss3-dev libnspr4-dev pkg-config libpam0g-dev - apt-get -y install libcap-ng-dev libcap-ng-utils libcurl4-nss-dev libunbound-dev libnss3-tools libevent-dev + apt-get -y install gcc ppp flex bison make libnss3-dev libnspr4-dev pkg-config libpam0g-dev libcap-ng-dev libcap-ng-utils libunbound-dev libnss3-tools libevent-dev libcurl4-nss-dev apt-get -y --no-install-recommends install xmlto apt-get -y install xl2tpd compile_install @@ -662,4 +661,4 @@ l2tp(){ #Run it rm -f /root/l2tp.log -l2tp 2>&1 | tee -a /root/l2tp.log \ No newline at end of file +l2tp 2>&1 | tee -a /root/l2tp.log