Merge branch 'master' into vagrant_cloud

This commit is contained in:
Chris Long
2019-04-10 22:30:11 -07:00
committed by GitHub

View File

@@ -11,5 +11,6 @@ If (-not (Test-Path "C:\ProgramData\chocolatey")) {
Write-Host "Installing Chocolatey extras..." Write-Host "Installing Chocolatey extras..."
choco install -y wireshark choco install -y wireshark
choco install -y winpcap
Write-Host "Choco addons complete!" Write-Host "Choco addons complete!"