Changed vagrant box from fso to lasp. (#206)
This commit is contained in:
parent
7ff3af57fb
commit
41873db58d
2
vm/Vagrantfile
vendored
2
vm/Vagrantfile
vendored
@ -2,7 +2,7 @@
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "fso/xenial64-desktop"
|
||||
config.vm.box = "lasp/ubuntu16.04-desktop"
|
||||
config.vm.define "p4-tutorial" do |tutorial|
|
||||
end
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
|
Loading…
x
Reference in New Issue
Block a user