From 5e2accad112904749bdb060bb86ebbf03a1e8323 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 16:23:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20gis-actions=202.0.14=20=E2=86=92=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 4 ++-- suite-user/TOOLS.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 7c2b412..8427c53 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -32,8 +32,8 @@ sudo usermod -aG docker $USER newgrp docker # 安装 gis-actions -curl -OJ https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/2.0.14/gis-actions_2.0.14_all.deb -sudo dpkg -i gis-actions_2.0.14_all.deb +curl -OJ https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.1/gis-actions_3.0.1_all.deb +sudo dpkg -i gis-actions_3.0.1_all.deb # 登录 Docker Registry(拉取 gis-base 镜像) echo "agw_readonly_2026" | docker login registry.mercator.cn -u agentgis-worker --password-stdin diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index 88bf190..1051777 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/SuiteHub/generic/gis-actions/2.0.14/gis-actions_2.0.14_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.1/gis-actions_3.0.1_all.deb # 安装 -sudo dpkg -i gis-actions_2.0.14_all.deb +sudo dpkg -i gis-actions_3.0.1_all.deb ``` 安装后可用 `agc` 命令(已内置在包中)。