aptss support riscv

This commit is contained in:
shenmo 2025-07-03 14:35:34 +08:00
parent 6f89f8b694
commit f09abddda0
1 changed files with 4 additions and 0 deletions

View File

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