mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
Update apache-tomcat-install.sh
This commit is contained in:
@@ -38,7 +38,8 @@ case $version in
|
|||||||
case $jdk_version in
|
case $jdk_version in
|
||||||
8)
|
8)
|
||||||
msg_info "Installing Temurin JDK 8 (LTS) for Tomcat $TOMCAT_VERSION"
|
msg_info "Installing Temurin JDK 8 (LTS) for Tomcat $TOMCAT_VERSION"
|
||||||
export DEBIAN_FRONTEND=noninteractive apt-get install -y temurin-8-jdk
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
apt-get install -y temurin-8-jdk
|
||||||
msg_ok "Setup Temurin JDK 8 (LTS)"
|
msg_ok "Setup Temurin JDK 8 (LTS)"
|
||||||
;;
|
;;
|
||||||
11)
|
11)
|
||||||
|
|||||||
Reference in New Issue
Block a user