From c14bca2b3f13b94a0722026374379680c29403e8 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 23 Oct 2022 22:43:33 -0500 Subject: [PATCH] quick_jibri_installer.sh: Decline JaaS ofering by default. --- quick_jibri_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 24c7b2b..93f8aef 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -371,6 +371,7 @@ if [ "$LE_SSL" = "yes" ]; then echo "set jitsi-meet/cert-choice select Generate a new self-signed certificate (You will later get a chance to obtain a Let's encrypt certificate)" | debconf-set-selections echo "jitsi-videobridge2 jitsi-videobridge/jvb-hostname string $JITSI_DOMAIN" | debconf-set-selections fi +echo "jitsi-meet-web-config jitsi-meet/jaas-choice boolean false" | debconf-set-selections apt-get -y install \ jitsi-meet \ jibri \