mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 12:05:11 +00:00
Use official vagrant jessie64
This commit is contained in:
parent
0ffb331976
commit
1447cf53bf
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user