docs: 版本号更新 gis-actions 2.0.14 → 3.0.1
This commit is contained in:
@@ -32,8 +32,8 @@ sudo usermod -aG docker $USER
|
|||||||
newgrp docker
|
newgrp docker
|
||||||
|
|
||||||
# 安装 gis-actions
|
# 安装 gis-actions
|
||||||
curl -OJ https://git.mercator.cn/api/packages/SuiteHub/generic/gis-actions/2.0.14/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_2.0.14_all.deb
|
sudo dpkg -i gis-actions_3.0.1_all.deb
|
||||||
|
|
||||||
# 登录 Docker Registry(拉取 gis-base 镜像)
|
# 登录 Docker Registry(拉取 gis-base 镜像)
|
||||||
echo "agw_readonly_2026" | docker login registry.mercator.cn -u agentgis-worker --password-stdin
|
echo "agw_readonly_2026" | docker login registry.mercator.cn -u agentgis-worker --password-stdin
|
||||||
|
|||||||
+2
-2
@@ -12,10 +12,10 @@ https://suites.mercator.cn
|
|||||||
|
|
||||||
```bash
|
```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` 命令(已内置在包中)。
|
安装后可用 `agc` 命令(已内置在包中)。
|
||||||
|
|||||||
Reference in New Issue
Block a user