Update installers
This commit is contained in:
parent
b4737b42ef
commit
18b9c2a276
|
@ -327,6 +327,10 @@ get_machine_architecture() {
|
|||
echo "loongarch64"
|
||||
return 0
|
||||
;;
|
||||
riscv64)
|
||||
echo "riscv64"
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue