We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de73966 commit b649307Copy full SHA for b649307
Vagrantfile
@@ -7,7 +7,7 @@ Vagrant.configure(2) do |config|
7
vb.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
8
vb.customize ["modifyvm", :id, "--draganddrop", "bidirectional"]
9
end
10
- config.vm.provision "shell", inline: "$env:chocolateyVersion='0.10.5'; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex", name: "Install Chocolatey"
+ config.vm.provision "shell", inline: "$env:chocolateyVersion='0.10.8'; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex", name: "Install Chocolatey"
11
config.vm.provision "shell", path: "Vagrantfile-locale.ps1"
12
config.vm.provision "shell", path: "Vagrantfile-provision.ps1"
13
0 commit comments