docs: 优化多个 README 文件中的命令格式

- 移除了不必要的 mkdir 命令中的 && 符号
- 更新了 curl 命令格式,从 -fsSL 改为 -fSL
- 添加了 Python 脚本说明文档
- 新增了删除空文件夹的 Python 脚本
This commit is contained in:
2025-06-27 19:12:23 +08:00
parent 23e0373380
commit 4b5071fd05
13 changed files with 52 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ systemctl status nginx
下载配置
```bash
curl -fsSL https://i.sugarscat.cn/me/script/-/raw/main/nginx/nginx.conf > /etc/nginx/nginx.conf
curl -fSL https://i.sugarscat.cn/me/script/-/raw/main/nginx/nginx.conf > /etc/nginx/nginx.conf
```
测试配置