1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +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_NEXTCLOUD=false
export SKIP_SYSTEM_UPDATE=0
tests/system-setup/vanilla.sh \
--enable-mod=roundcube-master \
--enable-mod=roundcube-debug \
--enable-mod=rcmcarddav-composer
tests/system-setup/vanilla.sh
# --enable-mod=roundcube-master \
# --enable-mod=roundcube-debug \
# --enable-mod=rcmcarddav-composer
EOF
chmod +x /tmp/provision.sh
/tmp/provision.sh