From 4b40f69c7a522b6fdcb11148ec42a8635e2101af Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 13 Jul 2026 16:32:50 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E5=85=B7=E5=8C=85=E5=BC=95?= =?UTF-8?q?=E7=94=A8=20SuiteHub=20=E2=86=92=20AgentGIS=EF=BC=88#19?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-user/TOOLS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index 24feb47..6c25069 100644 --- a/suite-user/TOOLS.md +++ b/suite-user/TOOLS.md @@ -12,7 +12,7 @@ https://suites.mercator.cn ```bash # 下载 -curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb +curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb # 安装 sudo dpkg -i gis-actions_3.0.4_all.deb @@ -33,7 +33,7 @@ sudo dpkg -i gis-actions_3.0.4_all.deb ```bash # 从 Gitea 直接下载镜像包(无需 registry 账号) -curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-base/1.0.0/gis-base.tar.gz +curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-base/1.0.0/gis-base.tar.gz docker load -i gis-base.tar.gz ```