refactor(install): update policycoreutils-python package name on CentOS

This commit is contained in:
Stanislas Lange 2020-04-28 11:44:53 +02:00
parent 3ece6f394d
commit 2370f802b7
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ function installOpenVPN() {
apt-get install -y openvpn iptables openssl wget ca-certificates curl
elif [[ $OS == 'centos' ]]; then
yum install -y epel-release
yum install -y openvpn iptables openssl wget ca-certificates curl tar 'policycoreutils-python*'
yum install -y openvpn iptables openssl wget ca-certificates curl tar policycoreutils-python
elif [[ $OS == 'amzn' ]]; then
amazon-linux-extras install -y epel
yum install -y openvpn iptables openssl wget ca-certificates curl