From 5054d7869311043c9555d218a9ac1b0372ac9ee4 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 17 Jan 2015 12:35:39 -0500 Subject: [PATCH] zpush: must install git (probably just affects Vagrant) --- setup/zpush.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/zpush.sh b/setup/zpush.sh index c1fb94dd..7c9378f6 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -14,8 +14,12 @@ source setup/functions.sh # load our functions source /etc/mailinabox.conf # load global vars # Prereqs. +# (git is just required to clone the fmbiete/Z-Push-contrib repo, which +# may not be installed in testing, e.g. with Vagrant, when our own +# sources were not gotten with git.) apt_install \ + git \ php-soap php5-imap libawl-php php5-xsl php5enmod imap