Update URL for user APT key.

We're moving to S3, so apt.z.c no longer serves SSL.

(imported from commit a2d376337ddaf2f5fd4ddf193a1ff0732f89c78a)
This commit is contained in:
Luke Faraone 2013-12-03 11:30:02 -05:00
parent 874d4282c0
commit 490af28958
2 changed files with 2 additions and 2 deletions

View File

@ -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 <<EOF
deb http://apt.zulip.com/enterprise precise v1

View File

@ -71,7 +71,7 @@
<h3>Debian and Ubuntu</h3>
We have an APT repository for Zulip, so adding and installing the app is easy:
<div class="codehilite"><pre>wget https://apt.zulip.com/user.asc
<div class="codehilite"><pre>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