From f82c15ca986ce95d949e50502f4532e96f8d45d3 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:24:04 +0100 Subject: [PATCH] update: stirling-pdf: java 25 (#12552) --- ct/stirling-pdf.sh | 2 +- install/stirling-pdf-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/stirling-pdf.sh b/ct/stirling-pdf.sh index b7c45033c..c2ddbb502 100644 --- a/ct/stirling-pdf.sh +++ b/ct/stirling-pdf.sh @@ -35,7 +35,7 @@ function update_script() { fi PYTHON_VERSION="3.12" setup_uv - JAVA_VERSION="21" setup_java + JAVA_VERSION="25" setup_java msg_info "Stopping Services" systemctl stop stirlingpdf libreoffice-listener unoserver diff --git a/install/stirling-pdf-install.sh b/install/stirling-pdf-install.sh index b0df1c993..e80c17547 100644 --- a/install/stirling-pdf-install.sh +++ b/install/stirling-pdf-install.sh @@ -31,7 +31,7 @@ $STD apt install -y \ msg_ok "Installed Dependencies" PYTHON_VERSION="3.12" setup_uv -JAVA_VERSION="21" setup_java +JAVA_VERSION="25" setup_java read -r -p "${TAB3}Do you want to use Stirling-PDF with Login? (no/n = without Login) [Y/n] " response response=${response,,} # Convert to lowercase