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
3 changed files with 2 additions and 3 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

@@ -15,7 +15,6 @@ update_os
msg_info "Installing dependencies"
$STD apt install -y \
git \
build-essential \
openssl \
sqlite3 \

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