Update install-choco-extras.ps1

This commit is contained in:
Chris Long
2020-03-25 22:46:55 -07:00
committed by GitHub
parent b2cf652fdc
commit 6525456492

View File

@@ -10,7 +10,6 @@ If (-not (Test-Path "C:\ProgramData\chocolatey")) {
}
Write-Host "Installing Chocolatey extras..."
choco install -y --limit-output --no-progress wireshark
choco install -y --limit-output --no-progress winpcap
choco install -y --limit-output --no-progress wireshark winpcap
Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Choco addons complete!"