From 48252378ff9d403b43b89463dc7ba968df297bb5 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 13 Mar 2016 20:47:18 +0100 Subject: [PATCH] Revert changes --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 8ec79f0..ae2163e 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -197,7 +197,7 @@ else else # Else, the distro is CentOS yum install epel-release -y - yum install openvpn iptables openssl wget ca-certificates which -y + yum install openvpn iptables openssl wget ca-certificates -y fi # An old version of easy-rsa was available by default in some openvpn packages if [[ -d /etc/openvpn/easy-rsa/ ]]; then