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
@@ -5,7 +5,7 @@
如果您的服务器未安装 Docker,该脚本会自动为您安装 Docker 和 Docker Compose,并启动 Certd 容器。
```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
```
> 支持 Ubuntu、Debian、CentOS、Rocky Linux、AlmaLinux 等主流发行版。