Sfoglia il codice sorgente

Updates quick install. Removes some commands options for jigasi, which are no longer needed.

j8
Damian Minkov 10 anni fa
parent
commit
0f431eec5d
1 ha cambiato i file con 2 aggiunte e 5 eliminazioni
  1. 2
    5
      doc/quick-install.md

+ 2
- 5
doc/quick-install.md Vedi File

57
 ### Install Jigasi
57
 ### Install Jigasi
58
 
58
 
59
 ```sh
59
 ```sh
60
-apt-get -o Dpkg::Options::="--force-overwrite" -y install jigasi
60
+apt-get -y install jigasi
61
 ```
61
 ```
62
-
63
 or
62
 or
64
 
63
 
65
 ```sh
64
 ```sh
66
 wget https://download.jitsi.org/jigasi_1.0-1_amd64.deb
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
 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.
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
 ### Reload Jitsi Meet
71
 ### Reload Jitsi Meet

Loading…
Annulla
Salva