INSTALL.md: make sure lsb-release is installed
If `lsb-release` is not installed, an invalid entry is added to `/etc/apt/sources.list`, leaving apt in an unusable state
This commit is contained in:
parent
2bbf7e205c
commit
3fee98d138
|
@ -8,6 +8,7 @@ There are also some complete [example config files](https://github.com/jitsi/jit
|
||||||
|
|
||||||
## Install prosody and otalk modules
|
## Install prosody and otalk modules
|
||||||
```sh
|
```sh
|
||||||
|
apt-get install lsb-release
|
||||||
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
|
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 -
|
wget --no-check-certificate https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
Loading…
Reference in New Issue