From d79b3fcc355304f44e987c1c93e3cc925bfaefa7 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Mon, 27 Apr 2020 19:08:02 +0200 Subject: [PATCH] Fix easy-rsa release URL --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c362973..4970ddc 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -682,7 +682,7 @@ function installOpenVPN() { # installed. if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then local version="3.0.7" - wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-unix-v${version}.tgz + 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/