瀏覽代碼

Merge pull request #68 from eins78/patch-1

INSTALL.md: make sure lsb-release is installed
master
Yasen Pramatarov 11 年之前
父節點
當前提交
bea633e4bb
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      INSTALL.md

+ 1
- 0
INSTALL.md 查看文件

@@ -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

Loading…
取消
儲存