mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added new agent hashes.
This commit is contained in:
@@ -18,7 +18,9 @@ var agents = {
|
||||
'meshagent_arm64': 26,
|
||||
'meshagent_armhf2': 27,
|
||||
'meshagent_mips24kc': 28,
|
||||
'meshagent_freebsd_x86-64': 30
|
||||
'meshagent_osx-arm-64': 29,
|
||||
'meshagent_freebsd_x86-64': 30,
|
||||
'meshagent_osx-universal-64': 10005
|
||||
}
|
||||
|
||||
for (var i in agents) { r += hashAgent(i, agents[i]); }
|
||||
|
||||
Reference in New Issue
Block a user