1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Adjust formatting

This commit is contained in:
downtownallday 2022-09-20 10:14:10 -04:00
parent 59e78040bf
commit f321271e1c

View File

@ -36,6 +36,12 @@ tests/system-setup/vanilla.sh \
SH
end
# config.vm.provider "virtualbox" do |v|
# v.memory = 512
# end
config.vm.define "major-upgrade-newvm" do |m2|
use_preloaded_box m2, "ubuntu/jammy64", ".."
m2.vm.provision :shell, :inline => <<-SH