|
@@ -22,7 +22,7 @@ Finally on the same machine test that you can ping the FQDN with: `ping "$(hostn
|
22
|
22
|
|
23
|
23
|
### Add the Jitsi package repository
|
24
|
24
|
```sh
|
25
|
|
-echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
|
|
25
|
+echo 'deb https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list
|
26
|
26
|
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
|
27
|
27
|
```
|
28
|
28
|
### Open ports in your firewall
|