jdk to jre (#3319)

This commit is contained in:
Bas van den Berg
2025-03-21 21:01:56 +01:00
committed by GitHub
parent f00cdff171
commit 6af3b07e76
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ wget -qO /etc/apt/trusted.gpg.d/zulu-repo.asc "https://keyserver.ubuntu.com/pks/
wget -q https://cdn.azul.com/zulu/bin/zulu-repo_1.0.0-3_all.deb
$STD dpkg -i zulu-repo_1.0.0-3_all.deb
$STD apt-get update
$STD apt-get -y install zulu21-jdk
$STD apt-get -y install zulu21-jre-headless
msg_ok "Installed Azul Zulu Java"
msg_info "Installing libssl (if needed)"