1
0
Fork 0
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:
Ylian Saint-Hilaire 2019-04-28 10:25:53 -07:00
parent 0f7e782a8d
commit bf4a88461f
9 changed files with 13 additions and 6 deletions

View file

@ -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