1
0
mirror of synced 2024-11-28 23:56:04 +03:00
This commit is contained in:
hwdsl2 2014-11-03 09:02:24 -08:00
parent bc47a01cf5
commit 5f4585f781

View File

@ -51,8 +51,8 @@ apt-get install xl2tpd -y
# "service ipsec restart" and "service xl2tpd restart". # "service ipsec restart" and "service xl2tpd restart".
mkdir -p /opt/src mkdir -p /opt/src
cd /opt/src cd /opt/src
wget -qO- https://download.libreswan.org/libreswan-3.9.tar.gz | tar xvz wget -qO- https://download.libreswan.org/libreswan-3.11.tar.gz | tar xvz
cd libreswan-3.9 cd libreswan-3.11
make programs make programs
make install make install