Why does Chocolatey not install on this Vagrant box?
问题 I've installed chocolatey on my host machine (windows) using the powershell provision: Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) This is all fine and choco works on the host machine, but when I try to install it via vagrant ssh in the VM, it doesn't work at all. I've tried using scripts and adding them into the vagrantfile but with no luck. How can I get chocolatey on my windows vagrant VM? My vagrantfile # -*- mode: ruby -*- #