diff --git a/mail-aio.sh b/mail-aio.sh index 4bf72d1..e09b2f6 100644 --- a/mail-aio.sh +++ b/mail-aio.sh @@ -326,15 +326,16 @@ rm *.tar.gz echo -e '\n\e[1;34mInstalling Postfixadmin\e[0m' cd /usr/share/webapps/postfixadmin # Postfixadmin composer -wget -q4O- https://raw.githubusercontent.com/postfixadmin/postfixadmin/master/install.sh | COMPOSER_ALLOW_SUPERUSER=1 bash - +# wget -q4O- https://raw.githubusercontent.com/postfixadmin/postfixadmin/master/install.sh | COMPOSER_ALLOW_SUPERUSER=1 bash - +mkdir templates_c/ setfacl -R -m u:www-data:rwx templates_c/ # Roundcube echo -e '\e[1;34mInstalling Roundcube\e[0m' # Roundcube composer cd /usr/share/webapps/roundcube -COMPOSER_ALLOW_SUPERUSER=1 composer -n update --no-dev -COMPOSER_ALLOW_SUPERUSER=1 composer -n install --no-dev +# COMPOSER_ALLOW_SUPERUSER=1 composer -n update --no-dev +# COMPOSER_ALLOW_SUPERUSER=1 composer -n install --no-dev chown www-data:www-data temp/ logs/ -R # Postwhite