|
|
@@ -5,7 +5,7 @@ This documents decribes the needed steps for quick Jitsi Meet installation on a
|
|
5
|
5
|
# Add the repository
|
|
6
|
6
|
|
|
7
|
7
|
```sh
|
|
8
|
|
-add-apt-repository 'http://download.jitsi.org/nightly/deb unstable/'
|
|
|
8
|
+add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/'
|
|
9
|
9
|
```
|
|
10
|
10
|
|
|
11
|
11
|
add-apt-repository is in the default Ubuntu install and is available for both Ubuntu and Debian, but if it's not present, either install it with
|
|
|
@@ -43,3 +43,6 @@ Launch a web broswer (Chrome, Chromium or latest Opera) and enter in the URL bar
|
|
43
|
43
|
Confirm that you trust the self-signed certificate of the newly installed Jitsi Meet.
|
|
44
|
44
|
|
|
45
|
45
|
Enjoy!
|
|
|
46
|
+
|
|
|
47
|
+# Add sip-gateway to Jitsi Meet
|
|
|
48
|
+
|