From 7f37abca05056973ae9acc633b053732e64f1cb9 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 22 Jul 2018 09:19:36 -0400 Subject: [PATCH] add php7.0-curl to webmail.sh see 7ee91f6ae6524d5f4f25acb4002220c4942633f5 see #1268 closes #1259 --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 666153c1..4949356e 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -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