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