From 3fee98d1385da49a7365fd9ef35940c38c97ce6b Mon Sep 17 00:00:00 2001 From: Max Albrecht <1@178.is> Date: Fri, 16 May 2014 11:54:27 +0200 Subject: [PATCH] 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 --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 6b3275bf5..eb906202b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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