Set Debian version to 12 and drop Java setup

Align defaults to Debian 12 and remove the explicit Java setup call from the installer. Updated ct/jitsi-meet.sh to default var_version to 12, json/jitsi.json to reflect version "12", and removed the `JAVA_VERSION=17 setup_java` line from install/jitsi-meet-install.sh so Java is no longer forced by the installer.
This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 11:27:57 +01:00
parent 85d41e542d
commit 7a68fd9a24
3 changed files with 2 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ msg_info "Installing Dependencies"
$STD apt install -y nginx
msg_ok "Installed Dependencies"
JAVA_VERSION=17 setup_java
source /etc/os-release
setup_deb822_repo "prosody" "https://prosody.im/files/prosody-debian-packages.key" "http://packages.prosody.im/debian" "${VERSION_CODENAME}" "main"
setup_deb822_repo "jitsi" "https://download.jitsi.org/jitsi-key.gpg.key" "https://download.jitsi.org/stable" "./"