From ebf6c807c5db2e327dde03c465dd4b90857006d0 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Thu, 19 Feb 2015 18:09:07 -0500 Subject: [PATCH] zpush: missing install of 'git' which is how we fetch Z-Push sources, and git may not otherwise be available in a containerized install --- setup/zpush.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/zpush.sh b/setup/zpush.sh index 3b5d0bdf..37436071 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -16,7 +16,7 @@ source /etc/mailinabox.conf # load global vars # Prereqs. apt_install \ - php-soap php5-imap libawl-php php5-xsl + php-soap php5-imap libawl-php php5-xsl git php5enmod imap @@ -26,7 +26,7 @@ needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC elif [[ $TARGETHASH != `cat /usr/local/lib/z-push/version` ]]; then - # checks if the version + # checks if the version needs_update=1 #NODOC fi if [ $needs_update == 1 ]; then