From 9bd9dabafa1df7f972d986a504b9c8d8d3dda79d Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 13 Mar 2016 20:47:39 +0100 Subject: [PATCH] Revert changes --- openvpn-install-legacy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install-legacy.sh b/openvpn-install-legacy.sh index ad6ef70..e9c8dba 100644 --- a/openvpn-install-legacy.sh +++ b/openvpn-install-legacy.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