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