From 2041b54a0786ca619343d82798a12697b01e13f2 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Wed, 17 Dec 2014 11:34:16 +0200 Subject: [PATCH] Removes the add-apt-repository way of adding a repository. --- doc/quick-install.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/quick-install.md b/doc/quick-install.md index 71794935d..67e8e1650 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -7,22 +7,6 @@ N.B.: All commands are supposed to be run by root. If you are logged in as a reg ## Basic Jitsi Meet install ### Add the repository - -```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 - -```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 unstable/' >> /etc/apt/sources.list wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add -