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:
parent
e6b5dc12e2
commit
bc3d22a575
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user