refactor: 更新脚本下载链接为新的 GitLab 地址

- 将 Gitee 上的脚本下载链接替换为 GitLab 上的最新链接
- 更新了多个文件中的 curl 命令以使用新的 URL
- 此更改统一了脚本的来源,便于维护和更新
This commit is contained in:
2025-06-01 21:06:21 +08:00
parent af73a1a17c
commit c208fdfab8
13 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
### 初始化脚本
```bash
curl -sSL https://gitee.com/Sugarscat/script/raw/main/bash/init.sh | bash
curl -sSL https://i.sugarscat.cn/me/script/-/raw/main/bash/init.sh | bash
```
进行的操作有:
@@ -15,7 +15,7 @@ curl -sSL https://gitee.com/Sugarscat/script/raw/main/bash/init.sh | bash
3. 设置时区 `Asia/Shanghai` 和时间同步
```bash
curl -sSL https://gitee.com/Sugarscat/script/raw/main/bash/init-ali.sh | bash
curl -sSL https://i.sugarscat.cn/me/script/-/raw/main/bash/init-ali.sh | bash
```
进行的操作有:
@@ -24,10 +24,10 @@ curl -sSL https://gitee.com/Sugarscat/script/raw/main/bash/init-ali.sh | bash
2. 更换DNS为 `114.114.114.114``223.5.5.5`
3. 设置时区 `Asia/Shanghai` 和时间同步
### Linux 系统清理脚本
### 系统清理脚本
```bash
curl -sSL https://gitee.com/Sugarscat/script/raw/main/bash/clean.sh | bash
curl -sSL https://i.sugarscat.cn/me/script/-/raw/main/bash/clean.sh | bash
```
进行的操作有: