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…
Reference in New Issue