mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user