From 170fbdbeb6b7dba7fbace0cb73a6d0bdaf24d155 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Sat, 2 May 2020 03:38:51 +0000 Subject: [PATCH] Delete old easy-rsa remove It isn't packaged anymore with openvpn in the supported distros --- openvpn-install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 5f49ada..c90f1dc 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -677,10 +677,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