From 90a4bdb63e3882cad91c3245fbb94e72a9e2168e Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 13 Mar 2016 19:28:49 +0100 Subject: [PATCH] Install which on CentOS --- 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 e9c8dba..ad6ef70 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 -y + yum install openvpn iptables openssl wget ca-certificates which -y fi # An old version of easy-rsa was available by default in some openvpn packages if [[ -d /etc/openvpn/easy-rsa/ ]]; then