localserver: Setup apt repo first in install script.

(imported from commit d26e3dffcfa2d7feeb58eb8c01e17460a8dfced0)
This commit is contained in:
Tim Abbott 2013-11-08 16:32:50 -05:00
parent 442ae115a2
commit 5b71ceb03c
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
# Assumes we've already been untarred
# First, install any updates from the apt repo that may be needed
cat >/etc/apt/sources.list.d/zulip.list <<EOF
deb http://apt.zulip.com/enterprise precise v1
EOF
apt-get update
apt-get -y dist-upgrade
apt-get install -y puppet git