mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Add Zulip ops apt key when installing new servers.
(imported from commit 5b8db30be24c08bc2fb4af548944776157e231dd)
This commit is contained in:
committed by
Jason Michalski
parent
2d0b9e2aa2
commit
d75412764e
@@ -55,6 +55,8 @@ sed -i 's/localhost$/localhost $hostname/' /etc/hosts
|
||||
/etc/init.d/hostname.sh start
|
||||
|
||||
# First, install any updates from the apt repo that may be needed
|
||||
wget -O /root/ops.asc https://zulip.com/dist/keys/ops.asc
|
||||
apt-key add /root/ops.asc
|
||||
cat >/etc/apt/sources.list.d/zulip.list <<EOF2
|
||||
deb http://apt.zulip.com/ops wheezy main
|
||||
EOF2
|
||||
|
||||
Reference in New Issue
Block a user