report linux distro if possible

此提交包含在:
Ben Sander
2016-03-24 22:12:41 -05:00
父節點 52f02a02fb
當前提交 814c3d30fc
+4
查看文件
@@ -116,6 +116,10 @@ if (!$printed or $p_full) {
print "== Linux Kernel\n";
system ("uname -a");
if (-e "/usr/bin/lsb_release") {
system ("/usr/bin/lsb_release -a");
}
print "\n" ;
$printed = 1;
}