mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-05-01 07:01:48 -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)
|
||||
machineid=26
|
||||
fi
|
||||
if [ $marchinetype == 'riscv64' ]
|
||||
if [ $machinetype == 'riscv64' ]
|
||||
then
|
||||
# RISC-V 64 bit
|
||||
machineid=45
|
||||
|
Loading…
x
Reference in New Issue
Block a user