Skip to content
Snippets Groups Projects
Commit d7458ef3 authored by ale's avatar ale
Browse files

use a jessie box

parent 92be49be
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ EOF
SCRIPT
Vagrant.configure(API_VERSION) do |config|
config.vm.box = "wheezy"
config.vm.box_url = "http://www.incal.net/ale/debian-wheezy-64.box"
config.vm.box = "jessie"
config.vm.box_url = "http://www.incal.net/ale/debian-jessie-64.box"
config.vm.provision "shell", inline: $setup_host_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment