From 529d3656932911a2a0fc5f88c06014eea99e3c3c Mon Sep 17 00:00:00 2001 From: "D. Robin" Date: Mon, 27 Apr 2020 19:10:49 +0200 Subject: [PATCH] build(easy-rsa): 3.0.6 -> 3.0.7 (#641) --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c76b8d3..9ca427b 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -681,8 +681,8 @@ function installOpenVPN() { # Install the latest version of easy-rsa from source, if not already # installed. if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then - local version="3.0.6" - wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-unix-v${version}.tgz + local version="3.0.7" + wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz tar xzf ~/EasyRSA-unix-v${version}.tgz -C ~/ mkdir -p /etc/openvpn/easy-rsa mv ~/EasyRSA-v${version}/* /etc/openvpn/easy-rsa/