Merge pull request #147 from spk/use-official-jessie64

Use official vagrant jessie64
This commit is contained in:
Benjamin Sago 2017-04-02 02:33:39 +01:00 committed by GitHub
commit 23ab19eb20
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -4,7 +4,7 @@ Vagrant.configure("2") do |config|
v.cpus = 1
end
config.vm.box = "debian/contrib-jessie64"
config.vm.box = "debian/jessie64"
config.vm.hostname = "exa"
# Install the dependencies needed for exa to build.