From 69ad05c19a9a79c1ff77b6aebb2c0595c96d52a5 Mon Sep 17 00:00:00 2001 From: Huawei Date: Wed, 15 Jul 2026 14:34:01 +0000 Subject: [PATCH] docs: update download URL to packages.mercator.cn --- 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 6f84a36..9863c9a 100644 --- a/suite-user/TOOLS.md +++ b/suite-user/TOOLS.md @@ -12,10 +12,10 @@ https://suites.mercator.cn ```bash # 下载 -curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.5/gis-actions_3.0.5_all.deb +curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb # 安装 -sudo dpkg -i gis-actions_3.0.5_all.deb +sudo dpkg -i latest.deb ``` 安装后可用 `agc` 命令(已内置在包中)。