Update to Caldera 2.0, reduce verbosity

This commit is contained in:
Chris Long
2019-04-27 21:05:23 -07:00
parent 4accd72069
commit 614af67405
12 changed files with 85 additions and 119 deletions

View File

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