Procházet zdrojové kódy

Merge pull request #68 from eins78/patch-1

INSTALL.md: make sure lsb-release is installed
master
Yasen Pramatarov před 11 roky
rodič
revize
bea633e4bb
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      INSTALL.md

+ 1
- 0
INSTALL.md Zobrazit soubor

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

Načítá se…
Zrušit
Uložit