mandiant/commando-vm

Error First step installing

Redcell202 opened this issue · 6 comments

Hello,

when I type intall.ps1 I get this message

ErrorInstallPS1

Hope Its a stupid thing but I don´t know how can I solve it

That's because 'https://boxstarter.org/bootstrapper.ps1' the file is missing , response 404. You can replace the url to a avaliable one. Just modify the install script

@Redcell202 make sure in github you are downloading the source for the file, it looks like you downloaded the HTML along with the install script. There is a little button that says "Raw"
image
You should be using that button if you want to just download the script. Otherwise, you can download the full zip and unzip. the install script will be in there

Make sure you are following the install instructions carefully 😄 https://github.com/mandiant/commando-vm#instructions

I just run successfully , replace the url by 'https://raw.githubusercontent.com/chocolatey/boxstarter/master/BuildScripts/bootstrapper.ps1' in line 196 , or just run
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/chocolatey/boxstarter/master/BuildScripts/bootstrapper.ps1')); get-boxstarter -Force and comment out the line 196 , then run.

确保您仔细遵循安装说明😄 https://github.com/mandiant/commando-vm#instructions

Hello, please pay attention #276 , urgent solutions thank you

Menn1s commented

Feel free to open another issue if you're still running into problems. Closing because of age