Skip to content

Commit

Permalink
Had to backdate to 14.04 to get it working on my laptop.
Browse files Browse the repository at this point in the history
  • Loading branch information
rye761 committed Oct 12, 2017
1 parent 11f9657 commit e473633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/trusty64"
config.vm.provision :shell, :path => "vm_provision/provision.sh"
config.vm.network "private_network", ip: "10.0.0.10"

Expand Down

0 comments on commit e473633

Please sign in to comment.