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

This reverts commit 2370f802b7.
这个提交包含在:
Stanislas Lange
2020-04-28 11:51:23 +02:00
父节点 2370f802b7
当前提交 ec36253e75

查看文件

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