How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tomisia/zorin-os-16"
config.vm.box_version = "0.0.0"
end
vagrant init tomisia/zorin-os-16 \
--box-version 0.0.0
vagrant up
This version was created about 3 years ago.
Includes Zorin OS 16, set config.vm.guest = "ubuntu"
and have fun! 😊