fix: 工具包引用 SuiteHub → AgentGIS(#19)

This commit is contained in:
2026-07-13 16:32:50 +00:00
parent 0a67337cfb
commit 4b40f69c7a
+2 -2
View File
@@ -12,7 +12,7 @@ https://suites.mercator.cn
```bash
# 下载
curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb
curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb
# 安装
sudo dpkg -i gis-actions_3.0.4_all.deb
@@ -33,7 +33,7 @@ sudo dpkg -i gis-actions_3.0.4_all.deb
```bash
# 从 Gitea 直接下载镜像包(无需 registry 账号)
curl -sLO https://git.mercator.cn/api/packages/SuiteHub/generic/gis-base/1.0.0/gis-base.tar.gz
curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-base/1.0.0/gis-base.tar.gz
docker load -i gis-base.tar.gz
```