Skip to content

Commit

Permalink
GEODE-4956: revert to latest chocolatey (apache#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
moleske authored and jake-at-work committed Oct 6, 2018
1 parent 0ca46eb commit 28ff422
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packer/windows/install-chocolatey.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ write-host "Installing Chocolatey"
# Avoid bug in 7zip when running via WinRM
$Env:chocolateyUseWindowsCompression = $true

# Avoid https://github.com/chocolatey/choco/issues/1529
$Env:chocolateyVersion = '0.10.8'

iwr https://chocolatey.org/install.ps1 | iex

write-host "Chocolatey Installed"

0 comments on commit 28ff422

Please sign in to comment.