aetherscale

[unmaintained] code for a cloud provider tutorial
Log | Files | Refs | README | LICENSE

jitsi-install-quick.sh.jinja2 (629B)


      1 #!/usr/bin/env bash
      2 
      3 # This script must be used in combination with a prepared base image on which
      4 # all of the dependencies (but not Jitsi) have already been installed. To
      5 # further speed-up installation, the base image should already have the
      6 # jitsi packages downloaded (--download-only option of apt)
      7 
      8 hostnamectl set-hostname {{ hostname }}
      9 
     10 echo "jitsi-videobridge jitsi-videobridge/jvb-hostname string {{ hostname }}" | debconf-set-selections
     11 echo "jitsi-meet jitsi-meet/cert-choice select Self-signed certificate will be generated" | debconf-set-selections
     12 export DEBIAN_FRONTEND=noninteractive
     13 apt -y install jitsi-meet