From 59e142f8c9a0af70f4d59cbf22bff944e5f50ba4 Mon Sep 17 00:00:00 2001 From: Huawei Date: Wed, 15 Jul 2026 14:34:14 +0000 Subject: [PATCH] docs: update download URL to packages.mercator.cn --- suite-developer/TOOLS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index df40a63..3870cd7 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -5,8 +5,8 @@ ### gis-actions(CLI + 执行引擎) ```bash -curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.5/gis-actions_3.0.5_all.deb -sudo dpkg -i gis-actions_3.0.5_all.deb +curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb +sudo dpkg -i latest.deb ``` ---