Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in chocolatey install breaks boxstarter.ps1 for 2012 core #63

Open
dfrohlich opened this issue Dec 18, 2016 · 0 comments
Open

Change in chocolatey install breaks boxstarter.ps1 for 2012 core #63

dfrohlich opened this issue Dec 18, 2016 · 0 comments

Comments

@dfrohlich
Copy link

dfrohlich commented Dec 18, 2016

Hello,

I encountered an issue while using the win2012 packer template to build an image. Long story short, chocolatey made a change detailed in this issue https://github.com/chocolatey/chocolatey.org/issues/432 that broke the install of chocolatey on win2012 core servers.

To fix this, I add to add this line to the beginning of boxstarter.ps1, prior to it downloading and calling bootstrap.ps1:

$env:chocolateyUseWindowsCompression = "false"

Hope that helps other people who encounter this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant