Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias
de7af4217a update: stirling-pdf: java 25 2026-03-04 10:22:17 +01:00
Tobias
112d9da829 update: stirling-pdf: java 25 2026-03-04 10:21:21 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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