Skip to content

Commit

Permalink
Actually adding the parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
clong authored Jan 20, 2021
1 parent 6c5cd3e commit 77b484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrant/scripts/install-utilities.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit 77b484b

Please sign in to comment.