mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
vagrant: fix openbsd shell
This commit is contained in:
parent
16a296c11a
commit
a4729097cc
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -510,6 +510,7 @@ Vagrant.configure(2) do |config|
|
||||||
b.vm.provider :virtualbox do |v|
|
b.vm.provider :virtualbox do |v|
|
||||||
v.memory = 1024 + $wmem
|
v.memory = 1024 + $wmem
|
||||||
end
|
end
|
||||||
|
b.ssh.shell = "sh"
|
||||||
b.vm.provision "packages openbsd", :type => :shell, :inline => packages_openbsd
|
b.vm.provision "packages openbsd", :type => :shell, :inline => packages_openbsd
|
||||||
b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_sys_venv("openbsd64")
|
b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_sys_venv("openbsd64")
|
||||||
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg(false)
|
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg(false)
|
||||||
|
|
Loading…
Reference in a new issue