Skip to content

Commit 73cdfa7

Browse files
committed
how-to-install: Note that the Debian package configures APT.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent d9e4b0a commit 73cdfa7

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

how-to-install.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,10 @@
4141
1. Download [Zulip-x.x.x-amd64.deb][lr]
4242
2. Double click and install, or run `dpkg -i Zulip-x.x.x-amd64.deb` in the terminal
4343
3. Start the app with your app launcher or by running `zulip` in a terminal
44-
4. Done! The app will NOT update automatically, but you can still check for updates
44+
4. Done! You can update the app [using APT](https://documentation.ubuntu.com/server/how-to/software/package-management/#upgrading-packages).
4545

4646
**Other distros (Fedora, CentOS, Arch Linux etc)** :
4747

4848
1. Download Zulip-x.x.x-x86_64.AppImage[LR]
4949
2. Make it executable using chmod a+x Zulip-x.x.x-x86_64.AppImage
5050
3. Start the app with your app launcher
51-
52-
**You can also use `apt-get` (recommended)**:
53-
54-
- First download our signing key to make sure the deb you download is correct:
55-
56-
```bash
57-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 69AD12704E71A4803DCA3A682424BE5AE9BD10D9
58-
```
59-
60-
- Add the repo to your apt source list :
61-
62-
```bash
63-
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-
```bash
70-
sudo apt-get update
71-
sudo apt-get install zulip
72-
```

0 commit comments

Comments
 (0)