Párovač faktur pro AbraFlexi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Vagrant.configure("2") do |config| |
|
config.vm.box = "debian/buster64" |
|
config.vm.provision :shell, path: "bootstrap.sh" |
|
end
|
|
|