mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-29 04:17:07 +00:00
zpush: must install git (probably just affects Vagrant)
This commit is contained in:
parent
2b7326f504
commit
5054d78693
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user