Add Zulip ops apt key when installing new servers.

(imported from commit 5b8db30be24c08bc2fb4af548944776157e231dd)
This commit is contained in:
Tim Abbott
2014-03-03 13:59:54 -05:00
committed by Jason Michalski
parent 2d0b9e2aa2
commit d75412764e

View File

@@ -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