We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588d32f commit 544d23eCopy full SHA for 544d23e
how-to-install.md
@@ -53,20 +53,20 @@
53
54
- First download our signing key to make sure the deb you download is correct:
55
56
-```
57
-sudo apt-key adv --keyserver pool.sks-keyservers.net --recv 69AD12704E71A4803DCA3A682424BE5AE9BD10D9
+```bash
+sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 69AD12704E71A4803DCA3A682424BE5AE9BD10D9
58
```
59
60
- Add the repo to your apt source list :
61
62
63
-echo "deb https://dl.bintray.com/zulip/debian/ beta main" |
+echo "deb https://download.zulip.com/desktop/apt stable main" |
64
sudo tee -a /etc/apt/sources.list.d/zulip.list
65
66
67
- Now install the client :
68
69
70
sudo apt-get update
71
sudo apt-get install zulip
72
0 commit comments