Comparing version 0.2.3 to 0.3.0
@@ -7,2 +7,11 @@ #!/usr/bin/env node | ||
var assets = require('../lib/assets-uri') | ||
var virtualized = require('in-virtualized-os')() | ||
if (virtualized) { | ||
console.error('This is a virtualized environment, can\'t set up a vm in a vm') | ||
console.error('However we can setup autopsy on our local machine and tunnel through') | ||
console.error('Checkout the autopsy-ssh command for more info') | ||
return | ||
} | ||
console.time('SETUP TIME') | ||
@@ -9,0 +18,0 @@ console.log('SETUP: Setting up smartos vm') |
{ | ||
"name": "autopsy", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "dissect dead node service core dumps with mdb via a smart os vm", | ||
@@ -15,2 +15,3 @@ "main": "index.js", | ||
"autopsy": "./bin/mdb.js", | ||
"autopsy-ssh": "./bin/ssh.js", | ||
"autopsy-start": "./bin/start.js", | ||
@@ -17,0 +18,0 @@ "autopsy-stop": "./bin/stop.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21081
18
411
2