add php7.0-curl to webmail.sh

see 7ee91f6ae6
see #1268
closes #1259
This commit is contained in:
Joshua Tauberer 2018-07-22 09:19:36 -04:00
parent 2f467556bd
commit 7f37abca05
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ source /etc/mailinabox.conf # load global vars
echo "Installing Roundcube (webmail)..."
apt_install \
dbconfig-common \
php7.0-cli php7.0-sqlite php7.0-mcrypt php7.0-intl php7.0-json php7.0-common \
php7.0-cli php7.0-sqlite php7.0-mcrypt php7.0-intl php7.0-json php7.0-common php7.0-curl \
php7.0-gd php7.0-pspell tinymce libjs-jquery libjs-jquery-mousewheel libmagic1 php7.0-mbstring
apt_get_quiet remove php-mail-mimedecode # no longer needed since Roundcube 1.1.3