Changed vagrant box from fso to lasp. (#206)

This commit is contained in:
Mohammad Riftadi 2018-10-11 14:19:02 +02:00 committed by Robert Soule
parent 7ff3af57fb
commit 41873db58d

2
vm/Vagrantfile vendored
View File

@ -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|