From 0f431eec5d16a4d541afe22d4ee97b62fb1713c7 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Tue, 28 Oct 2014 10:13:18 +0200 Subject: [PATCH] Updates quick install. Removes some commands options for jigasi, which are no longer needed. --- doc/quick-install.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/quick-install.md b/doc/quick-install.md index 8b3869b9a..71794935d 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -57,18 +57,15 @@ Enjoy! ### Install Jigasi ```sh -apt-get -o Dpkg::Options::="--force-overwrite" -y install jigasi +apt-get -y install jigasi ``` - or ```sh wget https://download.jitsi.org/jigasi_1.0-1_amd64.deb -dpkg -i --force-overwrite jigasi_1.0-1_amd64.deb +dpkg -i jigasi_1.0-1_amd64.deb ``` -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. - 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. ### Reload Jitsi Meet