mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added Linux ARMv8 64 bit MeshAgent.
This commit is contained in:
BIN
agents/meshagent_arm64
Normal file
BIN
agents/meshagent_arm64
Normal file
Binary file not shown.
@@ -65,6 +65,11 @@ CheckInstallAgent() {
|
||||
# RaspberryPi 1 (armv6l) or RaspberryPi 2/3 (armv7l)
|
||||
machineid=25
|
||||
fi
|
||||
if [ $machinetype == 'aarch64' ]
|
||||
then
|
||||
# RaspberryPi 3B+ running Ubuntu 64 (aarch64)
|
||||
machineid=26
|
||||
fi
|
||||
# Add more machine types, detect KVM support... here.
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user