diff --git a/setup/webmail.sh b/setup/webmail.sh index cdbc18ae..da8e2813 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -68,6 +68,12 @@ if [ $needs_update == 1 ]; then # install roundcube html5_notifier plugin git_clone https://github.com/kitist/html5_notifier.git $HTML5_NOTIFIER_VERSION '' /usr/local/lib/roundcubemail/plugins/html5_notifier + # install roundcube threecol plugin + git_clone https://github.com/EstudioNexos/threecol.git '' '' /usr/local/lib/roundcubemail/plugins/threecol + + # install roundcube mabola skin + git_clone https://github.com/EstudioNexos/mabola.git '' '' /usr/local/lib/roundcubemail/skins/mabola + # record the version we've installed echo $UPDATE_KEY > /usr/local/lib/roundcubemail/version fi @@ -102,6 +108,7 @@ cat > /usr/local/lib/roundcubemail/config/config.inc.php <