docs(note): 优化文档格式和代码结构

- 移除 deploy.sh 中的多余空行
- 修正 README.md 中的 Nginx 配置说明
This commit is contained in:
2025-03-13 20:05:53 +08:00
parent 689d0e3f5d
commit 0ad2a459b4
3 changed files with 2 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ crontab -l
## Nginx 配置
> 该配置需要在 `/etc/nginx/ssl/` 目录下创建 `fullchain.pem` 和 `privkey.pem` 证书文件文件
> 该配置需要在 `/etc/nginx/ssl/` 目录下创建 `fullchain.pem` 和 `privkey.pem` 证书文件。
下载配置

View File

@@ -25,7 +25,6 @@ if [ $? -ne 0 ]; then
fi
# 检查 unzip 是否可用,不可用时自动安装
if ! command -v unzip &> /dev/null; then
echo "unzip 未安装,开始安装 ···"
if command -v apt-get &> /dev/null; then