1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-10 01:17:19 +00:00

Since JT decided to go with php 8.0 over 8.1, revert to roundcube 1.5.2 for vanilla vagrantfile

This commit is contained in:
downtownallday 2022-06-22 16:22:35 -04:00
parent c135bf1f77
commit 7bc77f644f

View File

@ -21,10 +21,10 @@ export PRIMARY_HOSTNAME=vanilla.local
#export FEATURE_MUNIN=false #export FEATURE_MUNIN=false
#export FEATURE_NEXTCLOUD=false #export FEATURE_NEXTCLOUD=false
export SKIP_SYSTEM_UPDATE=0 export SKIP_SYSTEM_UPDATE=0
tests/system-setup/vanilla.sh \ tests/system-setup/vanilla.sh
--enable-mod=roundcube-master \ # --enable-mod=roundcube-master \
--enable-mod=roundcube-debug \ # --enable-mod=roundcube-debug \
--enable-mod=rcmcarddav-composer # --enable-mod=rcmcarddav-composer
EOF EOF
chmod +x /tmp/provision.sh chmod +x /tmp/provision.sh
/tmp/provision.sh /tmp/provision.sh