diff --git a/vendor/bin/cmder_diag.cmd b/vendor/bin/cmder_diag.cmd index 9476512..66f41a1 100644 --- a/vendor/bin/cmder_diag.cmd +++ b/vendor/bin/cmder_diag.cmd @@ -35,6 +35,12 @@ echo where git echo ------------------------------------ where git +echo. +echo ------------------------------------ +echo systeminfo +echo ------------------------------------ +systeminfo + echo. echo ------------------------------------ echo Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team! diff --git a/vendor/bin/cmder_diag.ps1 b/vendor/bin/cmder_diag.ps1 index 54ac8f6..f6ff930 100644 --- a/vendor/bin/cmder_diag.ps1 +++ b/vendor/bin/cmder_diag.ps1 @@ -33,6 +33,12 @@ write-host get-command git write-host ------------------------------------ get-command git +write-host '' +write-host ------------------------------------ +write-host systeminfo +write-host ------------------------------------ +systeminfo + write-host '' write-host ------------------------------------ write-host Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team! diff --git a/vendor/bin/cmder_diag.sh b/vendor/bin/cmder_diag.sh index 1630933..fa49445 100644 --- a/vendor/bin/cmder_diag.sh +++ b/vendor/bin/cmder_diag.sh @@ -31,7 +31,13 @@ echo '' echo ------------------------------------ echo which git echo ------------------------------------ + which git +echo '' +echo ------------------------------------ +echo systeminfo +echo ------------------------------------ +systeminfo echo '' echo ------------------------------------