Browse Source

Update the Vagrantfile to ubuntu 16.10

This is completely untested.
android-5
Fredrik Fornwall 8 years ago
parent
commit
b9b9b2067b
  1. 2
      scripts/Vagrantfile

2
scripts/Vagrantfile

@ -3,7 +3,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/yakkety64"
config.vm.provider "virtualbox" do |vb|
# Customize the amount of memory on the VM

Loading…
Cancel
Save