Jean-Philippe Pialasse
8ccd50e523
- initial version for SME11 [SME: ] - build and require rpm for plugins and skins - TODO: allow custom server IMAP/SMTP - TODO: Install deps without symphony
6 lines
247 B
Bash
6 lines
247 B
Bash
#!/bin/bash
|
|
# prevents setting error_reporting in 1.6; removed in newer versions
|
|
/usr/bin/sed -i -e 's/^.*error_reporting.*$/ \/\/rem/' /usr/share/roundcubemail/program/lib/Roundcube/bootstrap.php
|
|
# update composer
|
|
/usr/bin/rcplugin_update.sh
|