Update install-choco-extras.ps1
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user