Flare VM installation
What's the problem?
please i have been trying to install flareVM on my windows 11 vm with this "(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")" but i get the response of - "Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: An unexpected error occurred on a send." At line:1 char:115
- ... /main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\instal ...
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- FullyQualifiedErrorId : WebException" what can be the cause and how can i maneuver
Steps to Reproduce
(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")
Environment
VirtualBox powershell 5.6 windows 11
Additional Information
No response
The link showed 404 status code on clicking, Tried replacing the link:
(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/refs/heads/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")
Worked in my case
For me I've got this error.
For me I've got this error.
how do you replicate this error?
Hello! Sorry for the late response to this issue.
Is anyone still running into this problem? I have tested this a few times and have not run into this issue.
Closing as the issue seems to be fixed. Please open a new issue if you are still experiencing issues.