fix riscv64 in ‘meshinstall.sh’.sh

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2025-04-06 17:15:12 +01:00
parent 17aff90501
commit 640a874a96

View File

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