Changes box to bento/ubuntu-14.04 to support VMWare.

pull/2941/head
Thach MAI 11 years ago
parent c42a105441
commit 755407c1d3

@ -20,7 +20,7 @@ make dev
SCRIPT
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.box = "bento/ubuntu-14.04"
config.vm.network "private_network", ip: "33.33.30.10"
config.vm.provision "shell", inline: $script, privileged: false
config.vm.synced_folder ".", "/vagrant", type: "rsync"

Loading…
Cancel
Save