Update mail-aio.sh

This commit is contained in:
myve 2024-03-25 12:08:36 -06:00
commit 7410990d26

View file

@ -326,15 +326,16 @@ rm *.tar.gz
echo -e '\n\e[1;34mInstalling Postfixadmin\e[0m' echo -e '\n\e[1;34mInstalling Postfixadmin\e[0m'
cd /usr/share/webapps/postfixadmin cd /usr/share/webapps/postfixadmin
# Postfixadmin composer # 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/ setfacl -R -m u:www-data:rwx templates_c/
# Roundcube # Roundcube
echo -e '\e[1;34mInstalling Roundcube\e[0m' echo -e '\e[1;34mInstalling Roundcube\e[0m'
# Roundcube composer # Roundcube composer
cd /usr/share/webapps/roundcube cd /usr/share/webapps/roundcube
COMPOSER_ALLOW_SUPERUSER=1 composer -n update --no-dev # COMPOSER_ALLOW_SUPERUSER=1 composer -n update --no-dev
COMPOSER_ALLOW_SUPERUSER=1 composer -n install --no-dev # COMPOSER_ALLOW_SUPERUSER=1 composer -n install --no-dev
chown www-data:www-data temp/ logs/ -R chown www-data:www-data temp/ logs/ -R
# Postwhite # Postwhite