diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 071aa76..e862bf9 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/SuiteHub/generic/gis-actions/3.0.3/gis-actions_3.0.3_all.deb -sudo dpkg -i gis-actions_3.0.3_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb +sudo dpkg -i gis-actions_3.0.4_all.deb ``` ### agentgis-sdk(Python 开发包) diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index a505cf9..24feb47 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/3.0.3/gis-actions_3.0.3_all.deb +curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb # 安装 -sudo dpkg -i gis-actions_3.0.3_all.deb +sudo dpkg -i gis-actions_3.0.4_all.deb ``` 安装后可用 `agc` 命令(已内置在包中)。