From f49f187de2d2b227f8f785c51e18e6c29b581825 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 13 Mar 2016 19:21:58 +0100 Subject: [PATCH] Install which --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index ae2163e..8ec79f0 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 -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