mirror of https://github.com/zulip/zulip.git
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:
parent
874d4282c0
commit
490af28958
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue