Commit 1e261e34 authored by Joshua Tauberer's avatar Joshua Tauberer

missing dependency php-mail-mimedecode for roundcube, fixes #447

parent 2cb4cdc6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment