Update quick-install.md

This commit is contained in:
Yasen Pramatarov
2014-08-10 10:27:34 +03:00
parent b32fbc8c56
commit 1d5ce4da82
+1 -1
View File
@@ -24,7 +24,7 @@ wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key
or add the repository by hand with
```sh
echo 'deb http://download.jitsi.org/nightly/deb trusty unstable/' >> /etc/apt/sources.list
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 -
```