mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update keycloak-install.sh
openjdk 17 closes https://github.com/tteck/Proxmox/issues/1618
This commit is contained in:
		@@ -17,7 +17,8 @@ msg_info "Installing Dependencies (Patience)"
 | 
				
			|||||||
$STD apt-get install -y curl
 | 
					$STD apt-get install -y curl
 | 
				
			||||||
$STD apt-get install -y sudo
 | 
					$STD apt-get install -y sudo
 | 
				
			||||||
$STD apt-get install -y mc
 | 
					$STD apt-get install -y mc
 | 
				
			||||||
$STD apt-get install -y openjdk-11-jdk
 | 
					$STD apt-get install -y ca-certificates-java
 | 
				
			||||||
 | 
					$STD apt-get install -y openjdk-17-jre-headless
 | 
				
			||||||
msg_ok "Installed Dependencies"
 | 
					msg_ok "Installed Dependencies"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RELEASE=$(curl -s https://api.github.com/repos/keycloak/keycloak/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
 | 
					RELEASE=$(curl -s https://api.github.com/repos/keycloak/keycloak/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user