Skip to content

Commit b649307

Browse files
committed
upgrade chocolatey
1 parent de73966 commit b649307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Vagrant.configure(2) do |config|
77
vb.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
88
vb.customize ["modifyvm", :id, "--draganddrop", "bidirectional"]
99
end
10-
config.vm.provision "shell", inline: "$env:chocolateyVersion='0.10.5'; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex", name: "Install Chocolatey"
10+
config.vm.provision "shell", inline: "$env:chocolateyVersion='0.10.8'; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex", name: "Install Chocolatey"
1111
config.vm.provision "shell", path: "Vagrantfile-locale.ps1"
1212
config.vm.provision "shell", path: "Vagrantfile-provision.ps1"
1313
end

0 commit comments

Comments
 (0)