mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-05-09 18:28:23 +02:00
Delete old easy-rsa remove
It isn't packaged anymore with openvpn in the supported distros
This commit is contained in:
parent
5e2e67f78d
commit
170fbdbeb6
@ -677,10 +677,6 @@ function installOpenVPN() {
|
|||||||
# Install required dependencies and upgrade the system
|
# Install required dependencies and upgrade the system
|
||||||
pacman --needed --noconfirm -Syu openvpn iptables openssl wget ca-certificates curl
|
pacman --needed --noconfirm -Syu openvpn iptables openssl wget ca-certificates curl
|
||||||
fi
|
fi
|
||||||
# An old version of easy-rsa was available by default in some openvpn packages
|
|
||||||
if [[ -d /etc/openvpn/easy-rsa/ ]]; then
|
|
||||||
rm -rf /etc/openvpn/easy-rsa/
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Find out if the machine uses nogroup or nobody for the permissionless group
|
# Find out if the machine uses nogroup or nobody for the permissionless group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user