Update apache-tomcat-install.sh
This commit is contained in:
parent
a65a870fc7
commit
a31a7296f0
@ -38,7 +38,8 @@ case $version in
|
||||
case $jdk_version in
|
||||
8)
|
||||
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)"
|
||||
;;
|
||||
11)
|
||||
|
Loading…
x
Reference in New Issue
Block a user