mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
Update Vagrantfile to pull from development branch
This commit is contained in:
parent
1d4d03637f
commit
3dfdb9a309
16
Vagrantfile
vendored
16
Vagrantfile
vendored
@ -26,8 +26,22 @@ Vagrant.configure("2") do |config|
|
|||||||
export PRIMARY_HOSTNAME=auto
|
export PRIMARY_HOSTNAME=auto
|
||||||
#export SKIP_NETWORK_CHECKS=1
|
#export SKIP_NETWORK_CHECKS=1
|
||||||
|
|
||||||
|
if [ ! git ]
|
||||||
|
then
|
||||||
|
apt update
|
||||||
|
apt install git
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -d /mailinabox ];
|
||||||
|
then
|
||||||
|
git clone https://github.com/ddavness/power-mailinabox.git /mailinabox
|
||||||
|
fi
|
||||||
|
|
||||||
# Start the setup script.
|
# Start the setup script.
|
||||||
cd /vagrant
|
cd /mailinabox
|
||||||
|
git checkout development
|
||||||
|
git pull
|
||||||
|
|
||||||
setup/start.sh
|
setup/start.sh
|
||||||
SH
|
SH
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user