Update videobridge installation authored by Roland Alton's avatar Roland Alton
...@@ -16,7 +16,7 @@ Now works with default Java 11. ~~Install Java 8 from other repo https://git.fai ...@@ -16,7 +16,7 @@ Now works with default Java 11. ~~Install Java 8 from other repo https://git.fai
echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
apt update apt update
apt install jitsi-videobridge2 jq apt install jitsi-videobridge2
``` ```
### ~~Option 2: Jitsi unstable repo~~ ### ~~Option 2: Jitsi unstable repo~~
... ...
......