From b84f82e7bbba961aab565aedd06a437baae40001 Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 20 Jul 2026 03:07:55 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=B8=B8=E6=A0=87=E5=87=86=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- tool/aptss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/aptss b/tool/aptss index f1448cf4..f86809fd 100755 --- a/tool/aptss +++ b/tool/aptss @@ -16,11 +16,11 @@ load_transhell if [[ "$IS_APM_ENV" = "" ]] ;then case $(arch) in x86_64 | i686 | i386) - STORE_URL="store" + STORE_URL="amd64-store" STORE_LIST_URL="" ;; aarch64) - STORE_URL="aarch64-store" + STORE_URL="arm64-store" STORE_LIST_URL="-aarch64" ;; loongarch64)