Install which

This commit is contained in:
Angristan 2016-03-13 19:21:58 +01:00
parent 59dc02a8bd
commit f49f187de2
1 changed files with 1 additions and 1 deletions

View File

@ -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