File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
1212
1313 # Every Vagrant development environment requires a box. You can search for
1414 # boxes at https://vagrantcloud.com/search.
15- config . vm . guest = :hardenedbsd
15+ config . vm . guest = :bsd
1616 config . vm . box = "generic/hardenedbsd13"
1717 config . vm . box_version = "4.3.12"
1818 config . vm . provider "virtualbox" do |v |
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ Vagrant.configure("2") do |config|
7979 # note: clang installed by default
8080 config . vm . provision "env" , type : "shell" , inline :<<-SHELL
8181 set -x
82- pkg update -f
83- pkg install -y git cmake
82+ pkgin upgrade -f
83+ pkgin install -y git cmake
8484 SHELL
8585
8686 config . vm . provision "file" , source : "../../../CMakeLists.txt" , destination : "$HOME/project/"
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ Vagrant.configure("2") do |config|
7979 # note: clang installed by default
8080 config . vm . provision "env" , type : "shell" , inline :<<-SHELL
8181 set -x
82- pkg update -f
83- pkg install -y git cmake
82+ pkgin upgrade -f
83+ pkgin install -y git cmake
8484 SHELL
8585
8686 config . vm . provision "file" , source : "../../../CMakeLists.txt" , destination : "$HOME/project/"
You can’t perform that action at this time.
0 commit comments