From 5b71ceb03c1efbe17286802ae179a806b2502355 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 8 Nov 2013 16:32:50 -0500 Subject: [PATCH] localserver: Setup apt repo first in install script. (imported from commit d26e3dffcfa2d7feeb58eb8c01e17460a8dfced0) --- scripts/setup/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/setup/install b/scripts/setup/install index b3f94b54a6..11660921db 100755 --- a/scripts/setup/install +++ b/scripts/setup/install @@ -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 <