mirror of
https://git.myvelabs.com/lab/myvemail.git
synced 2025-12-17 21:26:14 +00:00
Update mail-aio.sh
This commit is contained in:
parent
0b1f00be03
commit
7410990d26
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue