diff --git a/Vagrantfile b/Vagrantfile index a8089f2..7cb56d2 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "ubuntu/artful64" + #config.vm.box = "ubuntu/artful64" + config.vm.box = "fso/artful64" config.vm.provision :shell, path: "bootstrap.sh", args: "#{MISP_ENV}" # Disable automatic box update checking. If you disable this, then