mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 03:10:16 +00:00
fixed download location
fixed easy-rsa download location
This commit is contained in:
parent
fc14664401
commit
1f0819efeb
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ confOpenVPN() {
|
|||
fi
|
||||
|
||||
# Get the PiVPN easy-rsa
|
||||
$SUDO mkdir -p /etc/openvpn/easy-rsa/pki && wget -q -O - "${easyrsaRel}" | $SUDO tar xz -C /etc/openvpn/easy-rsa
|
||||
wget -q -O - "${easyrsaRel}" | $SUDO tar xz -C /etc/openvpn && $SUDO mv /etc/openvpn/EasyRSA-${easyrsaVer} /etc/openvpn/easy-rsa
|
||||
# fix ownership
|
||||
$SUDO chown -R root:root /etc/openvpn/easy-rsa
|
||||
|
||||
|
|
Loading…
Reference in a new issue