mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-03 18:35:55 +00:00
fix: Apache Guacamole - bump to Temurin JDK 17 to resolve Debian 13 (Trixie) install failure (#12161)
This commit is contained in:
@@ -51,7 +51,7 @@ function update_script() {
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
JAVA_VERSION="11" setup_java
|
JAVA_VERSION="17" setup_java
|
||||||
|
|
||||||
msg_info "Stopping Services"
|
msg_info "Stopping Services"
|
||||||
systemctl stop guacd tomcat
|
systemctl stop guacd tomcat
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ $STD apt install -y \
|
|||||||
libavformat-dev
|
libavformat-dev
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
JAVA_VERSION="11" setup_java
|
JAVA_VERSION="17" setup_java
|
||||||
setup_mariadb
|
setup_mariadb
|
||||||
MARIADB_DB_NAME="guacamole_db" MARIADB_DB_USER="guacamole_user" setup_mariadb_db
|
MARIADB_DB_NAME="guacamole_db" MARIADB_DB_USER="guacamole_user" setup_mariadb_db
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user