Files
script/init/README.md
牡蛎 d5ef65ac0e refactor: 更新代码仓库地址为 Gitee
- 将 GitLab 地址替换为 Gitee 地址
- 更新涉及多个文件中的安装脚本和配置文件下载链接
- 此修改统一了代码源,提高了项目的可维护性
2025-05-28 11:39:46 +08:00

25 lines
538 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.

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