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

enable nextcloud installation

This commit is contained in:
downtownallday 2022-05-04 11:20:54 -04:00
parent 91ecf6e8d6
commit 6dbab427f9

View File

@ -12,14 +12,14 @@ Vagrant.configure("2") do |config|
m1.vm.provision :shell, :inline => <<-SH
cat >/tmp/provision.sh <<EOF
#!/bin/bash
if [ \$EUID -ne 0 ]; then
if [ \\$EUID -ne 0 ]; then
echo "Must be root"
exit 1
fi
cd /mailinabox
export PRIMARY_HOSTNAME=vanilla.local
export FEATURE_MUNIN=false
export FEATURE_NEXTCLOUD=false
#export FEATURE_MUNIN=false
#export FEATURE_NEXTCLOUD=false
export SKIP_SYSTEM_UPDATE=0
tests/system-setup/vanilla.sh \
--enable-mod=roundcube-master \