Skip to content

Commit

Permalink
GEODE-4956: revert to latest chocolatey (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
moleske authored and jake-at-work committed Apr 14, 2018
1 parent d809e57 commit 5d2ca73
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 5d2ca73

Please sign in to comment.