mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-05-01 15:11:25 -04:00
fix riscv64 in ‘meshinstall.sh’.sh
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
17aff90501
commit
640a874a96
@ -114,7 +114,7 @@ CheckInstallAgent() {
|
|||||||
# RaspberryPi 3B+ running Ubuntu 64 (aarch64)
|
# RaspberryPi 3B+ running Ubuntu 64 (aarch64)
|
||||||
machineid=26
|
machineid=26
|
||||||
fi
|
fi
|
||||||
if [ $marchinetype == 'riscv64' ]
|
if [ $machinetype == 'riscv64' ]
|
||||||
then
|
then
|
||||||
# RISC-V 64 bit
|
# RISC-V 64 bit
|
||||||
machineid=45
|
machineid=45
|
||||||
|
Loading…
x
Reference in New Issue
Block a user