[+] 增加初始化镜像源的脚步

This commit is contained in:
2025-01-04 14:45:10 +08:00
commit 6d0de77ae3
4 changed files with 66 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
#### 镜像源配置测试
```bash
docker compose run debian ./init-apt.sh
```
```bash
docker compose run ubuntu ./init-apt.sh
```