mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-21 16:29:04 +01:00
build(easy-rsa): 3.0.6 -> 3.0.7 (#641)
This commit is contained in:
parent
c785b230e9
commit
529d365693
@ -681,8 +681,8 @@ function installOpenVPN() {
|
|||||||
# Install the latest version of easy-rsa from source, if not already
|
# Install the latest version of easy-rsa from source, if not already
|
||||||
# installed.
|
# installed.
|
||||||
if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then
|
if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then
|
||||||
local version="3.0.6"
|
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 ~/
|
tar xzf ~/EasyRSA-unix-v${version}.tgz -C ~/
|
||||||
mkdir -p /etc/openvpn/easy-rsa
|
mkdir -p /etc/openvpn/easy-rsa
|
||||||
mv ~/EasyRSA-v${version}/* /etc/openvpn/easy-rsa/
|
mv ~/EasyRSA-v${version}/* /etc/openvpn/easy-rsa/
|
||||||
|
Loading…
Reference in New Issue
Block a user