mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
deps: Add a dep for running make sysprep (#3519)
This commit is contained in:
parent
90c6a44599
commit
44d1a82bbc
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -211,7 +211,7 @@ Vagrant.configure("2") do |config|
|
||||
if name.start_with?('ubuntu')
|
||||
build.vm.provision 'bootstrap', type: 'shell' do |s|
|
||||
s.inline = 'sudo apt-get update;'\
|
||||
'sudo apt-get install --yes git;'
|
||||
'sudo apt-get install --yes git realpath;'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user