Skip to content

Commit

Permalink
Enable oracle-epel-release for Oracle Linux (angristan#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvva authored Oct 18, 2021
1 parent 8783719 commit 7d5c2d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,9 @@ function installOpenVPN() {
yum install -y epel-release
yum install -y openvpn iptables openssl wget ca-certificates curl tar 'policycoreutils-python*'
elif [[ $OS == 'oracle' ]]; then
yum install -y 'oracle-epel-release-*'
yum install -y openvpn iptables openssl wget ca-certificates curl tar 'policycoreutils-python*'
yum install -y oracle-epel-release-el8
yum-config-manager --enable ol8_developer_EPEL
yum install -y openvpn iptables openssl wget ca-certificates curl tar policycoreutils-python-utils
elif [[ $OS == 'amzn' ]]; then
amazon-linux-extras install -y epel
yum install -y openvpn iptables openssl wget ca-certificates curl
Expand Down

0 comments on commit 7d5c2d9

Please sign in to comment.