Skip to content

Commit 8df6207

Browse files
author
Matteo Temporini
committed
Adding missing packages for roundcube
Adding missing packages for roundcube
1 parent e74bfa8 commit 8df6207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distros/debian9/install_webmail.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ InstallWebmail() {
1414
echo "roundcube-core roundcube/mysql/app-pass password $CFG_ROUNDCUBE_PWD" | debconf-set-selections
1515
echo "roundcube-core roundcube/app-password-confirm password $CFG_ROUNDCUBE_PWD" | debconf-set-selections
1616
echo "roundcube-core roundcube/hosts string localhost" | debconf-set-selections
17+
apt-get -yqq install roundcube roundcube-core roundcube-mysql roundcube-plugins
1718
sed -i "s/\$config\['default_host'\] = '';/\$config['default_host'] = 'localhost';/" /etc/roundcube/config.inc.php
1819
if [ $CFG_WEBSERVER == "apache" ]; then
1920
echo "Alias /webmail /var/lib/roundcube" >> /etc/apache2/conf-enabled/roundcube.conf

0 commit comments

Comments
 (0)