1
mirror of https://github.com/rapid7/metasploitable3 synced 2024-10-31 09:46:38 +01:00

use chocolatey version 0.10.8 until install is fixed

This commit is contained in:
Jeffrey Martin 2018-04-06 16:12:11 -05:00
parent e6b5dc12e2
commit bc3d22a575
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171

View File

@ -133,7 +133,7 @@
{ {
"type":"powershell", "type":"powershell",
"inline": [ "inline": [
"iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" "$env:chocolateyVersion = '0.10.8'; iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
], ],
"pause_before": "60s" "pause_before": "60s"
}, },