Files
shell/README.md
2025-07-20 18:23:35 +08:00

17 lines
382 B
Markdown

### 各种自用脚本
- [Github文件加速](https://yishijie.gitlab.io/ziyuan/)
---
- Linux一键更换系统源脚本
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/mirrors.sh)
```
- Linux一键切换官方源
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/mirrors.sh) --use-official-source true
```
---
- 更多脚本查看子目录