Update quick-install.md

This commit is contained in:
Yasen Pramatarov 2014-08-05 12:18:33 +03:00
parent fc76c861af
commit f681f1cb32
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ This documents decribes the needed steps for quick Jitsi Meet installation on a
```sh ```sh
add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/' 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 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 ```sh
apt-get -y install software-properties-common apt-get -y install software-properties-common
add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/' 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 or add the repository by hand with
```sh ```sh
echo 'deb http://download.jitsi.org/nightly/deb trusty unstable/' >> /etc/apt/sources.list 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 ### Update the package lists