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` 命令(已内置在包中)。