From 41873db58d5827cffaf5f44243a20f8bcd23ab2c Mon Sep 17 00:00:00 2001 From: Mohammad Riftadi Date: Thu, 11 Oct 2018 14:19:02 +0200 Subject: [PATCH] Changed vagrant box from fso to lasp. (#206) --- vm/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/Vagrantfile b/vm/Vagrantfile index 011a4c9..b27b588 100644 --- a/vm/Vagrantfile +++ b/vm/Vagrantfile @@ -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|