Yasen Pramatarov 11 лет назад
Родитель
Сommit
f681f1cb32
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      doc/quick-install.md

+ 3
- 0
doc/quick-install.md Просмотреть файл

8
 
8
 
9
 ```sh
9
 ```sh
10
 add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/'
10
 add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/'
11
+wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add -
11
 ```
12
 ```
12
 
13
 
13
 add-apt-repository is in the default Ubuntu install and is available for both Ubuntu and Debian, but if it's not present, either install it with
14
 add-apt-repository is in the default Ubuntu install and is available for both Ubuntu and Debian, but if it's not present, either install it with
15
 ```sh
16
 ```sh
16
 apt-get -y install software-properties-common
17
 apt-get -y install software-properties-common
17
 add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/'
18
 add-apt-repository 'deb http://download.jitsi.org/nightly/deb unstable/'
19
+wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add -
18
 ```
20
 ```
19
 
21
 
20
 or add the repository by hand with
22
 or add the repository by hand with
21
 
23
 
22
 ```sh
24
 ```sh
23
 echo 'deb http://download.jitsi.org/nightly/deb trusty unstable/' >> /etc/apt/sources.list
25
 echo 'deb http://download.jitsi.org/nightly/deb trusty unstable/' >> /etc/apt/sources.list
26
+wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add -
24
 ```
27
 ```
25
 
28
 
26
 ### Update the package lists
29
 ### Update the package lists

Загрузка…
Отмена
Сохранить