Actually adding the parameter

This commit is contained in:
Chris Long
2021-01-20 14:57:37 -08:00
committed by GitHub
parent 6c5cd3e137
commit 77b484b0ec

View File

@@ -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!"