From 7fbc4807768cd21ad26e101b9d414376d962a11b Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 3 Jul 2025 14:35:34 +0800 Subject: [PATCH] aptss support riscv --- tool/aptss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tool/aptss b/tool/aptss index 228f0fc..acee277 100755 --- a/tool/aptss +++ b/tool/aptss @@ -19,6 +19,10 @@ case `arch` in STORE_URL="loong64-store" STORE_LIST_URL="-loong64" ;; + riscv64) + STORE_URL="riscv64-store" + STORE_LIST_URL="-riscv64" + ;; esac SS_APT_FAST="/opt/durapps/spark-store/bin/apt-fast/ss-apt-fast"