From f681f1cb326d89531f9afd9f90feb9b4bc3ce354 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Tue, 5 Aug 2014 12:18:33 +0300 Subject: [PATCH] Update quick-install.md --- doc/quick-install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/quick-install.md b/doc/quick-install.md index 311e7f51d..a9e846a5e 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -8,6 +8,7 @@ This documents decribes the needed steps for quick Jitsi Meet installation on a ```sh add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/' +wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add - ``` 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 @@ -15,12 +16,14 @@ add-apt-repository is in the default Ubuntu install and is available for both Ub ```sh apt-get -y install software-properties-common add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/' +wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add - ``` or add the repository by hand with ```sh echo 'deb http://download.jitsi.org/nightly/deb trusty unstable/' >> /etc/apt/sources.list +wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add - ``` ### Update the package lists