This commit is contained in:
Cezar Lungu 2024-11-29 03:19:25 +00:00 committed by GitHub
commit 68ea759113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -725,10 +725,6 @@ function installOpenVPN() {
# Install required dependencies and upgrade the system
pacman --needed --noconfirm -Syu openvpn iptables openssl wget ca-certificates curl
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
# Find out if the machine uses nogroup or nobody for the permissionless group