Omada zulu 8 to 21 (#3318)

* change zulu8 to zulu21

* Add check in updatescript
This commit is contained in:
Bas van den Berg
2025-03-21 20:36:01 +01:00
committed by GitHub
parent 6193164e3b
commit d17eb8e6a1
2 changed files with 13 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 zulu8-jdk
$STD apt-get -y install zulu21-jdk
msg_ok "Installed Azul Zulu Java"
msg_info "Installing libssl (if needed)"