From 7ee91f6ae6524d5f4f25acb4002220c4942633f5 Mon Sep 17 00:00:00 2001 From: yodax Date: Sun, 15 Oct 2017 07:54:35 +0200 Subject: [PATCH] Add php7.0-mbstring to webmail.sh --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 8c30f701..2a625366 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -24,7 +24,7 @@ apt_install \ dbconfig-common \ php7.0-cli php7.0-sqlite php7.0-mcrypt php7.0-intl php7.0-json php7.0-common \ php-auth php-net-smtp php-net-socket php-net-sieve php-mail-mime php-crypt-gpg \ - php7.0-gd php7.0-pspell tinymce libjs-jquery libjs-jquery-mousewheel libmagic1 + 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