commando-vm icon indicating copy to clipboard operation
commando-vm copied to clipboard

Error First step installing

Open Redcell202 opened this issue 3 years ago • 5 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

Redcell202 avatar May 05 '22 18:05 Redcell202

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

mjw10086 avatar May 05 '22 20:05 mjw10086

@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

day1player avatar May 05 '22 20:05 day1player

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

day1player avatar May 05 '22 20:05 day1player

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.

mjw10086 avatar May 05 '22 20:05 mjw10086

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

Hello, please pay attention https://github.com/mandiant/commando-vm/issues/276 , urgent solutions thank you

Itach1i avatar Jun 07 '22 09:06 Itach1i

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

Menn1s avatar Aug 09 '23 21:08 Menn1s