From 6c4a21b5b9f5350981e8b0ad26fab18d9d204de4 Mon Sep 17 00:00:00 2001 From: Nyr Date: Wed, 18 Mar 2020 19:38:35 +0100 Subject: [PATCH] Fix #727 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 39a9f42..d57c918 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -292,7 +292,7 @@ LimitNPROC=infinity" > /etc/systemd/system/openvpn-server@server.service.d/disab else # Else, the distro is CentOS yum install epel-release -y - yum install openvpn iptables openssl ca-certificates -y + yum install openvpn iptables openssl ca-certificates tar -y fi # Get easy-rsa easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.5/EasyRSA-nix-3.0.5.tgz'