diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index a55fa5c..071aa76 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.2/gis-actions_3.0.2_all.deb -sudo dpkg -i gis-actions_3.0.2_all.deb +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 ``` ### agentgis-sdk(Python 开发包) diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index d983b59..a505cf9 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.2/gis-actions_3.0.2_all.deb +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.2_all.deb +sudo dpkg -i gis-actions_3.0.3_all.deb ``` 安装后可用 `agc` 命令(已内置在包中)。