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|
12
12
13
13
# Every Vagrant development environment requires a box. You can search for
14
14
# boxes at https://vagrantcloud.com/search.
15
- config . vm . guest = :hardenedbsd
15
+ config . vm . guest = :bsd
16
16
config . vm . box = "generic/hardenedbsd13"
17
17
config . vm . box_version = "4.3.12"
18
18
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|
79
79
# note: clang installed by default
80
80
config . vm . provision "env" , type : "shell" , inline :<<-SHELL
81
81
set -x
82
- pkg update -f
83
- pkg install -y git cmake
82
+ pkgin upgrade -f
83
+ pkgin install -y git cmake
84
84
SHELL
85
85
86
86
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|
79
79
# note: clang installed by default
80
80
config . vm . provision "env" , type : "shell" , inline :<<-SHELL
81
81
set -x
82
- pkg update -f
83
- pkg install -y git cmake
82
+ pkgin upgrade -f
83
+ pkgin install -y git cmake
84
84
SHELL
85
85
86
86
config . vm . provision "file" , source : "../../../CMakeLists.txt" , destination : "$HOME/project/"
You can’t perform that action at this time.
0 commit comments