From 59119e0ae45fe16a78c4b024a41c86abfe591b91 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 21 Jan 2021 12:54:01 -0800 Subject: [PATCH] Update install-utilities.ps1 --- Vagrant/scripts/install-utilities.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Vagrant/scripts/install-utilities.ps1 b/Vagrant/scripts/install-utilities.ps1 index ca1350d..83a927d 100755 --- a/Vagrant/scripts/install-utilities.ps1 +++ b/Vagrant/scripts/install-utilities.ps1 @@ -17,8 +17,7 @@ If ($(hostname) -eq "win10") { } choco install -y --limit-output --no-progress NotepadPlusPlus WinRar -# The GoogleChrome choco repo is totally broken at the moment. -# Temporary workaround for https://github.com/clong/DetectionLab/issues/595 -# choco install -y --limit-output --no-progress --ignore-checksums GoogleChrome +# This repo often causes failures due to incorrect checksums, so we ignore them for Chrome +choco install -y --limit-output --no-progress --ignore-checksums GoogleChrome Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Utilties installation complete!"