From 1e261e347a835b59e45e277cc160b86c68ee9ebf Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 21 Jul 2015 10:25:10 +0000 Subject: [PATCH] missing dependency php-mail-mimedecode for roundcube, fixes #447 --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 8826c89..b180ce8 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -21,7 +21,7 @@ source /etc/mailinabox.conf # load global vars # These dependencies are from `apt-cache showpkg roundcube-core`. apt_install \ dbconfig-common \ - php5 php5-sqlite php5-mcrypt php5-intl php5-json php5-common php-auth php-net-smtp php-net-socket php-net-sieve php-mail-mime php-crypt-gpg php5-gd php5-pspell \ + php5 php5-sqlite php5-mcrypt php5-intl php5-json php5-common php-auth php-net-smtp php-net-socket php-net-sieve php-mail-mime php-mail-mimedecode php-crypt-gpg php5-gd php5-pspell \ tinymce libjs-jquery libjs-jquery-mousewheel libmagic1 # We used to install Roundcube from Ubuntu, without triggering the dependencies #NODOC