Merge pull request #68 from eins78/patch-1

INSTALL.md: make sure lsb-release is installed
This commit is contained in:
Yasen Pramatarov 2014-05-16 13:27:55 +03:00
commit bea633e4bb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ There are also some complete [example config files](https://github.com/jitsi/jit
## Install prosody and otalk modules
```sh
apt-get install lsb-release
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
wget --no-check-certificate https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -
apt-get update