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

This reverts commit 2370f802b7.
This commit is contained in:
Stanislas Lange 2020-04-28 11:51:23 +02:00
parent 2370f802b7
commit ec36253e75
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