mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Updated all agents except OSX.
This commit is contained in:
@@ -16,6 +16,7 @@ var agents = {
|
||||
'meshagent_arm-linaro': 24,
|
||||
'meshagent_armhf': 25,
|
||||
'meshagent_arm64': 26,
|
||||
'meshagent_mips24kc': 28,
|
||||
'meshagent_freebsd_x86-64': 30
|
||||
}
|
||||
|
||||
@@ -26,4 +27,4 @@ process.exit();
|
||||
function hashAgent(filename, id) {
|
||||
if (fs.existsSync(filename) != true) return '';
|
||||
return id + ': ' + filename + '\r\n' + getSHA384FileHash(filename).toString('hex') + '\r\n';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user