From 77b484b0ecfe00a6d37424ed816e99577eb96437 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Wed, 20 Jan 2021 14:57:37 -0800 Subject: [PATCH] Actually adding the parameter --- Vagrant/scripts/install-utilities.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/scripts/install-utilities.ps1 b/Vagrant/scripts/install-utilities.ps1 index 11703e9c3..c26070011 100755 --- a/Vagrant/scripts/install-utilities.ps1 +++ b/Vagrant/scripts/install-utilities.ps1 @@ -18,6 +18,6 @@ If ($(hostname) -eq "win10") { choco install -y --limit-output --no-progress NotepadPlusPlus WinRar # The checksums for the GoogleChrome package are frequently out of date and cause the script to fail -choco install -y --limit-output --no-progress GoogleChrome +choco install -y --limit-output --no-progress --ignore-checksums GoogleChrome Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Utilties installation complete!"