mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added Respberry Pi 1 support.
This commit is contained in:
parent
b6c7403653
commit
4dfc83f09e
6 changed files with 11 additions and 5 deletions
|
@ -46,9 +46,9 @@ CheckInstallAgent() {
|
|||
# Linux x86, 32 bit
|
||||
machineid=5
|
||||
fi
|
||||
if [ $machinetype == 'armv7l' ]
|
||||
if [ $machinetype == 'armv6l' ] || [ $machinetype == 'armv7l' ]
|
||||
then
|
||||
# Raspberry Pi 2 or Raspberry Pi 3
|
||||
# RaspberryPi 1 (armv6l) or RaspberryPi 2/3 (armv7l)
|
||||
machineid=25
|
||||
fi
|
||||
# TODO: Add more machine types, detect KVM support, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue