mirror of
https://github.com/helixarch/debtap
synced 2025-02-19 23:40:06 +01:00
parent
e16dde15ad
commit
a3e5fd6bd8
4
Vagrantfile
vendored
Normal file
4
Vagrantfile
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "terrywang/archlinux"
|
||||
config.vm.synced_folder ".", "/vagrant_data"
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user