Update installers

This commit is contained in:
js6pak 2024-07-21 00:18:57 +02:00
parent b4737b42ef
commit 18b9c2a276
No known key found for this signature in database
GPG Key ID: 3E3CD91EB1AAFB06

View File

@ -327,6 +327,10 @@ get_machine_architecture() {
echo "loongarch64" echo "loongarch64"
return 0 return 0
;; ;;
riscv64)
echo "riscv64"
return 0
;;
esac esac
fi fi