From ec36253e752ea8c3513751bf104f2c43c3f2a3cb Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Tue, 28 Apr 2020 11:51:23 +0200 Subject: [PATCH] Revert "refactor(install): update policycoreutils-python package name on CentOS" This reverts commit 2370f802b7beaf735bbc6c22ddfd3a3d4721eb52. --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 2eeaed2..20be0af 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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