build(easy-rsa): 3.0.6 -> 3.0.7 (#641)

This commit is contained in:
D. Robin 2020-04-27 19:10:49 +02:00 committed by GitHub
parent c785b230e9
commit 529d365693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/