Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 1, 2013
1 parent 09a8cfc commit 1f12f08
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
60 changes: 60 additions & 0 deletions src/i-nex/Reports/Modules/cpu.inex
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{"REPORT": [
{
"Name": "CPU",
"ISCOMMAND": false,
"ISSHELL": true,
"ISINEX": false,
"Description": "Report of cpu",
"Reports": {
"0": {
"ECHO": "",
"Command": "cat /proc/cpuinfo",
"ENDECHO": "",
"Name": "Cpuinfo"
}
},
"Author": "eloaders",
"Website": "http://i-nex.linux.pl",
"Version": 1
},
{
"Name": "MOBO",
"ISCOMMAND": false,
"ISSHELL": false,
"ISINEX": true,
"Description": "Report of Motherboard",
"Reports": {
"0": {
"NAME": "Manufacturer:",
"ECHO": "",
"Command": "Finfosys.TextBox23.Text",
"ENDECHO": "",
"Name": "Cpuinfo"
},
"1": {
"NAME": "Model: ",
"ECHO": "",
"Command": "Finfosys.TextBox24.Text",
"ENDECHO": "",
"Name": "Cpuinfo"
},
"2": {
"NAME": "Manufacturer::",
"ECHO": "",
"Command": "Finfosys.TextBox23.Text",
"ENDECHO": "",
"Name": "Cpuinfo"
},
"3": {
"NAME": "Manufacturer:",
"ECHO": "",
"Command": "Finfosys.TextBox23.Text",
"ENDECHO": "",
"Name": "Cpuinfo"
}
},
"Author": "eloaders",
"Website": "http://i-nex.linux.pl",
"Version": 1
}
]}}
8 changes: 8 additions & 0 deletions src/i-nex/Reports/reports
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Chromium": {
"Version": 1,
"URL": "http://tuxportal.pl/index/modules/Chromium.mundus",
"Checksum": "$1$XEt08nul$aKndHjuJgEWfK3x4aM78T1"
},
}

0 comments on commit 1f12f08

Please sign in to comment.