浏览代码

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

j8
Damian Minkov 10 年前
父节点
当前提交
0f431eec5d
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2
    5
      doc/quick-install.md

+ 2
- 5
doc/quick-install.md 查看文件

@@ -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

正在加载...
取消
保存