chore: 优化安装脚本

This commit is contained in:
xiaojunnuo
2026-04-23 01:24:49 +08:00
parent 147708e779
commit d23ddc96ac
3 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ https://certd.handfree.work/
5. 【推荐】[一键安装脚本](https://certd.docmirror.cn/guide/install/docker/)(自动安装 DockerCertd):
```bash
curl -fsSL https://raw.atomgit.com/certd/certd/raw/v2/docker/run/install.sh | bash
curl -fsSL https://gitee.com/certd/certd/raw/v2/docker/run/install.sh | bash
```
6. 【不推荐】[源码方式部署 ](https://certd.docmirror.cn/guide/install/source/)