mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Corrected Vagrant box URL
This commit is contained in:
parent
1a3bace4e6
commit
e562930cc2
2
dev/vagrant/dolibarrdev/Vagrantfile
vendored
2
dev/vagrant/dolibarrdev/Vagrantfile
vendored
|
|
@ -1,6 +1,6 @@
|
|||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian-wheezy72-x64-vbox43"
|
||||
config.vm.box_url = "https://puphpet.s3.amazonaws.com/debian-wheezy72-x64-vbox43.box"
|
||||
config.vm.box_url = "http://box.puphpet.com/debian-wheezy72-x64-vbox43.box"
|
||||
|
||||
config.vm.network "private_network", ip: "192.168.42.101"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user