mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-10 19:17:20 +01:00
Revert "refactor(install): update policycoreutils-python package name on CentOS"
This reverts commit 2370f802b7
.
This commit is contained in:
parent
2370f802b7
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user