mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
update: stirling-pdf: java 25 (#12552)
This commit is contained in:
parent
1a09b112b6
commit
f82c15ca98
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue