Compare commits

...

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
a4ab494fc5 Revert tools.func changes, keep only Guacamole JDK 11→17 bump
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-02-21 22:55:16 +00:00
copilot-swe-agent[bot]
7026aeb5c8 Bump Apache Guacamole from Temurin JDK 11 to JDK 17
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-02-21 22:53:37 +00:00
copilot-swe-agent[bot]
67afa28278 Fix get_fallback_suite to apply distro mappings before HTTP availability check
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-02-21 22:51:57 +00:00
copilot-swe-agent[bot]
22d75d9588 Initial plan 2026-02-21 22:46:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ function update_script() {
exit
fi
JAVA_VERSION="11" setup_java
JAVA_VERSION="17" setup_java
msg_info "Stopping Services"
systemctl stop guacd tomcat

View File

@@ -36,7 +36,7 @@ $STD apt install -y \
libavformat-dev
msg_ok "Installed Dependencies"
JAVA_VERSION="11" setup_java
JAVA_VERSION="17" setup_java
setup_mariadb
MARIADB_DB_NAME="guacamole_db" MARIADB_DB_USER="guacamole_user" setup_mariadb_db