mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-05 18:12:19 +08:00
aptss support riscv
This commit is contained in:
parent
6f89f8b694
commit
f09abddda0
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user