mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.35k stars 896 forks source link

Chocolatey call depth overflow #458

Closed shikiko closed 1 year ago

shikiko commented 1 year ago

Having issues with install.ps1

image

tried using $env:chocolateyVersion = '1.4.0' and Set-Alias -Name chocolatey -Value choco}.

Still receiving this error

lireis commented 1 year ago

Same issue on my side

wan-ilhami commented 1 year ago

yeah same goes to me anyone can help?

Ana06 commented 1 year ago

This error happens when you use Choco 2 and Set-Alias -Name chocolatey -Value choco which you shouldn't do as our packages use more deprecated shims than chocolatey https://github.com/mandiant/VM-Packages/pull/429. Using $env:chocolateyVersion = '1.4.0' before running the installer should work until we update to Choco 2 and the just released Boxstarter 3.0.1. We are working on it.