From 0045668689a79eb616a7e97d3904fb4cb73588c5 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 17 Jul 2014 00:25:37 -0700 Subject: [PATCH] --- vpnsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpnsetup.sh b/vpnsetup.sh index 63cc4ed..8b9de63 100644 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -36,8 +36,8 @@ apt-get install xl2tpd -y # Compile and install Libreswan mkdir -p /opt/src cd /opt/src -wget -qO- https://download.libreswan.org/libreswan-3.8.tar.gz | tar xvz -cd libreswan-3.8 +wget -qO- https://download.libreswan.org/libreswan-3.9.tar.gz | tar xvz +cd libreswan-3.9 make programs make install