Skip to content

Commit

Permalink
[EDR Workflows] Remove apt-get upgrade from vagrantfile (elastic#175864)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored Jan 30, 2024
1 parent cc7d283 commit 5424985
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: "mkdir #{agentDestinationFolder}"
config.vm.provision "shell", inline: "tar -zxf #{cachedAgentFilename} --directory #{agentDestinationFolder} --strip-components=1 && rm -f #{cachedAgentFilename}"
config.vm.provision "shell", inline: "sudo apt-get update"
config.vm.provision "shell", inline: "sudo apt-get upgrade"
config.vm.provision "shell", inline: "sudo apt-get install unzip"
end

0 comments on commit 5424985

Please sign in to comment.