mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-30 21:47:37 +01:00 
			
		
		
		
	Enable oracle-epel-release for Oracle Linux (#930)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Łukasz Filipek
					Łukasz Filipek