Skip to content

Commit

Permalink
Update install-utilities.ps1
Browse files Browse the repository at this point in the history
Don't check checksums for GoogleChrome choco package
  • Loading branch information
clong authored Jan 20, 2021
1 parent ab9dd94 commit 6c5cd3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Vagrant/scripts/install-utilities.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ If ($(hostname) -eq "win10") {
& "C:\Program Files\Classic Shell\ClassicStartMenu.exe" "-xml" "c:\vagrant\resources\windows\MenuSettings.xml"
regedit /s c:\vagrant\resources\windows\MenuStyle_Default_Win7.reg
}
choco install -y --limit-output --no-progress NotepadPlusPlus GoogleChrome WinRar
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

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

0 comments on commit 6c5cd3e

Please sign in to comment.