Browse Source

Update scripts/Vagrantfile for ubuntu 17.10

android-5
Fredrik Fornwall 7 years ago
parent
commit
1c546636fc
  1. 2
      scripts/Vagrantfile

2
scripts/Vagrantfile

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

Loading…
Cancel
Save