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 ``` ---