mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added Linux ARMv8 64 bit MeshAgent.
This commit is contained in:
parent
0f7e782a8d
commit
bf4a88461f
9 changed files with 13 additions and 6 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue