Subversion Repositories camp_sysinfo_client_3

Rev

Rev 174 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 174 Rev 179
Line 216... Line 216...
216
                  },
216
                  },
217
                  'JSON' => {
217
                  'JSON' => {
218
                     'debian' => {
218
                     'debian' => {
219
                        'command' => 'apt-get -y install',
219
                        'command' => 'apt-get -y install',
220
                        'parameter' => 'libjson-perl'
220
                        'parameter' => 'libjson-perl'
221
                     }
221
                     },
-
 
222
                     'freebsd' => {
-
 
223
                        'command' => 'echo y | pkg install',
-
 
224
                        'parameter' => 'p5-JSON'
-
 
225
                     },
-
 
226
                    'opnsense' => {
-
 
227
                        'command' => 'cpan -i',
-
 
228
                        'parameter' => 'JSON'
-
 
229
                     },
222
                  }
230
                  }
223
                );
231
                );
224
 
232
 
225
our %binaries = (
233
our %binaries = (
226
                  'dmidecode' => {
234
                  'dmidecode' => {