File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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- pkgin upgrade -f
83- pkgin install -y git cmake
82+ pkgin upgrade
83+ pkgin -y install 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- pkgin upgrade -f
83- pkgin install -y git cmake
82+ pkgin update
83+ pkgin -y install 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