Files
script/bash/README.md
牡蛎 6216ce7485 feat(bash): 移除系统清理脚本并更新 README
- 删除了 bash 目录下的 clean.sh 文件
- 更新了 README.md,移除了与系统清理脚本相关的部分
2025-07-27 21:23:20 +08:00

25 lines
540 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Bash
## Linux
### 初始化脚本
```bash
curl -LsSf https://i.sugarscat.cn/i/script/raw/main/bash/init.sh | bash
```
进行的操作有:
1. 更换软件源为 `清华大学源`
2. 更换DNS为 `114.114.114.114``223.5.5.5`
3. 设置时区 `Asia/Shanghai` 和时间同步
```bash
curl -LsSf https://i.sugarscat.cn/i/script/raw/main/bash/init-ali.sh | bash
```
进行的操作有:
1. 更换软件源为 `阿里云源`
2. 更换DNS为 `114.114.114.114``223.5.5.5`
3. 设置时区 `Asia/Shanghai` 和时间同步