Skip to content

Commit 544d23e

Browse files
committed
how-to-install: Update APT instructions.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 588d32f commit 544d23e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

how-to-install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@
5353

5454
- First download our signing key to make sure the deb you download is correct:
5555

56-
```
57-
sudo apt-key adv --keyserver pool.sks-keyservers.net --recv 69AD12704E71A4803DCA3A682424BE5AE9BD10D9
56+
```bash
57+
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 69AD12704E71A4803DCA3A682424BE5AE9BD10D9
5858
```
5959

6060
- Add the repo to your apt source list :
6161

62-
```
63-
echo "deb https://dl.bintray.com/zulip/debian/ beta main" |
62+
```bash
63+
echo "deb https://download.zulip.com/desktop/apt stable main" |
6464
sudo tee -a /etc/apt/sources.list.d/zulip.list
6565
```
6666

6767
- Now install the client :
6868

69-
```
69+
```bash
7070
sudo apt-get update
7171
sudo apt-get install zulip
7272
```

0 commit comments

Comments
 (0)