Skip to content

Commit

Permalink
Disable googlechrome installation (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
clong authored Jan 21, 2021
1 parent 77b484b commit 106a0a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Vagrant/scripts/install-utilities.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ 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 --ignore-checksums GoogleChrome
# 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

Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Utilties installation complete!"

0 comments on commit 106a0a6

Please sign in to comment.