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

@@ -23,7 +23,7 @@
"ram": 4096,
"hdd": 12,
"os": "Debian",
"version": "13"
"version": "12"
}
}
],