Explorar o código

Merge pull request #4417 from ThomasWaldmann/vagrant-freebsd

vagrant: fix freebsd box name
TW %!s(int64=6) %!d(string=hai) anos
pai
achega
9234d113d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -286,7 +286,7 @@ Vagrant.configure(2) do |config|
   end
 
   config.vm.define "freebsd64" do |b|
-    b.vm.box = "freebsd64-12"
+    b.vm.box = "freebsd12-64"
     b.vm.provider :virtualbox do |v|
       v.memory = 1024 + $wmem
     end