From 6525456492bc311c3ae061adb854691f424e4ba7 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Wed, 25 Mar 2020 22:46:55 -0700 Subject: [PATCH] Update install-choco-extras.ps1 --- Vagrant/scripts/install-choco-extras.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Vagrant/scripts/install-choco-extras.ps1 b/Vagrant/scripts/install-choco-extras.ps1 index 5fd4cd3..cbc14fe 100644 --- a/Vagrant/scripts/install-choco-extras.ps1 +++ b/Vagrant/scripts/install-choco-extras.ps1 @@ -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!"