mirror of https://github.com/zulip/zulip.git
localserver: Setup apt repo first in install script.
(imported from commit d26e3dffcfa2d7feeb58eb8c01e17460a8dfced0)
This commit is contained in:
parent
442ae115a2
commit
5b71ceb03c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue