1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Updated all agents except OSX.

This commit is contained in:
Ylian Saint-Hilaire 2020-09-10 14:26:10 -07:00
parent 5e8c7e5d6c
commit 1452746b71
22 changed files with 19 additions and 16 deletions

View file

@ -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';
}
}