|
@@ -57,18 +57,15 @@ Enjoy!
|
57
|
57
|
### Install Jigasi
|
58
|
58
|
|
59
|
59
|
```sh
|
60
|
|
-apt-get -o Dpkg::Options::="--force-overwrite" -y install jigasi
|
|
60
|
+apt-get -y install jigasi
|
61
|
61
|
```
|
62
|
|
-
|
63
|
62
|
or
|
64
|
63
|
|
65
|
64
|
```sh
|
66
|
65
|
wget https://download.jitsi.org/jigasi_1.0-1_amd64.deb
|
67
|
|
-dpkg -i --force-overwrite jigasi_1.0-1_amd64.deb
|
|
66
|
+dpkg -i jigasi_1.0-1_amd64.deb
|
68
|
67
|
```
|
69
|
68
|
|
70
|
|
-You need to pass "--force-overwrite" option to dpkg, because the jigasi package patches some of the files in the jitsi-meet package in order to enable the SIP support in Jitsi Meet.
|
71
|
|
-
|
72
|
69
|
During the installation you'll be asked to enter your SIP account and password. This account will be used to invite the other SIP participants.
|
73
|
70
|
|
74
|
71
|
### Reload Jitsi Meet
|