From 490af28958aba61bafad1cf4dbd03e825ff6a6c1 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 3 Dec 2013 11:30:02 -0500 Subject: [PATCH] Update URL for user APT key. We're moving to S3, so apt.z.c no longer serves SSL. (imported from commit a2d376337ddaf2f5fd4ddf193a1ff0732f89c78a) --- scripts/lib/install | 2 +- templates/zerver/apps.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/install b/scripts/lib/install index e6c643b841..d833b216e2 100755 --- a/scripts/lib/install +++ b/scripts/lib/install @@ -3,7 +3,7 @@ # Assumes we've already been untarred # First, install any updates from the apt repo that may be needed -wget -O /root/enterprise.asc https://apt.zulip.com/enterprise.asc +wget -O /root/enterprise.asc https://zulip.com/dist/keys/enterprise.asc apt-key add /root/enterprise.asc cat >/etc/apt/sources.list.d/zulip.list <Debian and Ubuntu We have an APT repository for Zulip, so adding and installing the app is easy: -
wget https://apt.zulip.com/user.asc
+        
wget https://zulip.com/dist/keys/user-apt.asc
 cat user.asc | sudo apt-key add -
 sudo apt-add-repository http://apt.zulip.com/user/
 sudo apt-get update