mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-10-29 13:07:37 +01:00
Revert "refactor(install): update policycoreutils-python package name on CentOS"
This reverts commit 2370f802b7.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user