Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flare VM installation #635

Open
maddccat opened this issue Dec 19, 2024 · 2 comments
Open

Flare VM installation #635

maddccat opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@maddccat
Copy link

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

@maddccat maddccat added the 🐛 bug Something isn't working label Dec 19, 2024
@Spirizeon
Copy link

Spirizeon commented Dec 30, 2024

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

@4ss3mbl3rV
Copy link

For me I've got this error.

Image

@Ana06 Ana06 self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@Ana06 @4ss3mbl3rV @maddccat @Spirizeon and others