Переглянути джерело

Updates quick-install doc with the new repo.

master
Дамян Минков 9 роки тому
джерело
коміт
79412f20ab
1 змінених файлів з 4 додано та 4 видалено
  1. 4
    4
      doc/quick-install.md

+ 4
- 4
doc/quick-install.md Переглянути файл

10
 
10
 
11
 ### Add the repository
11
 ### Add the repository
12
 ```sh
12
 ```sh
13
-echo 'deb http://download.jitsi.org/nightly/deb unstable/' >> /etc/apt/sources.list
14
-wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add -
13
+echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
14
+wget -qO -  https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
15
 ```
15
 ```
16
 
16
 
17
 ### Update the package lists
17
 ### Update the package lists
48
 or
48
 or
49
 
49
 
50
 ```sh
50
 ```sh
51
-wget https://download.jitsi.org/jigasi_1.0-1_amd64.deb
52
-dpkg -i jigasi_1.0-1_amd64.deb
51
+wget https://download.jitsi.org/unstable/jigasi_1.0-107_amd64.deb
52
+dpkg -i jigasi_1.0-107_amd64.deb
53
 ```
53
 ```
54
 
54
 
55
 During the installation, you will be asked to enter your SIP account and password. This account will be used to invite the other SIP participants.
55
 During the installation, you will be asked to enter your SIP account and password. This account will be used to invite the other SIP participants.

Завантаження…
Відмінити
Зберегти