From 45dd03bfc7309b86fc8a6ed3b142ca6d4047744f Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 18 Dec 2013 14:20:49 -0500 Subject: [PATCH] apps: Properly name Linux repo key. Tiny remove-newline fix as well. (imported from commit 5c68635973366b9ff68a96fdca3bf3196583d690) --- templates/zerver/apps.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/zerver/apps.html b/templates/zerver/apps.html index 8f87ed792e..b8c57a401f 100644 --- a/templates/zerver/apps.html +++ b/templates/zerver/apps.html @@ -72,15 +72,14 @@

Debian and Ubuntu

We have an APT repository for Zulip, so adding and installing the app is easy:
wget https://zulip.com/dist/keys/user-apt.asc
-cat user.asc | sudo apt-key add -
+cat user-apt.asc | sudo apt-key add -
 sudo apt-add-repository http://apt.zulip.com/user/
 sudo apt-get update
 {% if not_enterprise %}
 sudo apt-get install zulip-desktop
 {% else %}
 sudo apt-get install zulip-desktop-sso
-{% endif %}
-
+{% endif %}