[+] 增加清理磁盘脚本
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 52s

This commit is contained in:
2025-02-06 09:37:50 +08:00
parent f7edc9d09e
commit c862c17133
2 changed files with 22 additions and 0 deletions

View File

@@ -64,3 +64,8 @@ docker compose run ubuntu ./init-all.sh
```bash
docker compose run ubuntu-2204 ./init-all.sh
```
### 清理磁盘
```bash
curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/clean.sh | bash
```