From 8d90a3877c7c55854cf45192042bbc7d91892466 Mon Sep 17 00:00:00 2001 From: hwdsl2 <hwdsl2@users.noreply.github.com> Date: Mon, 10 Sep 2018 01:26:31 -0500 Subject: [PATCH] Add version note --- vpnsetup.sh | 2 ++ vpnsetup_centos.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/vpnsetup.sh b/vpnsetup.sh index ca46b59..633b338 100755 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -198,6 +198,8 @@ apt-get -yq install fail2ban || exiterr2 bigecho "Compiling and installing Libreswan..." +# Note: DO NOT EDIT. To install a different Libreswan version, +# run the upgrade scripts in this repo after install. SWAN_VER=3.22 swan_file="libreswan-$SWAN_VER.tar.gz" swan_url1="https://github.com/libreswan/libreswan/archive/v$SWAN_VER.tar.gz" diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index e7b143a..0adb3cd 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -188,6 +188,8 @@ yum "$REPO1" -y install fail2ban || exiterr2 bigecho "Compiling and installing Libreswan..." +# Note: DO NOT EDIT. To install a different Libreswan version, +# run the upgrade scripts in this repo after install. SWAN_VER=3.22 swan_file="libreswan-$SWAN_VER.tar.gz" swan_url1="https://github.com/libreswan/libreswan/archive/v$SWAN_VER.tar.gz"