Files
LinuxMirrors/docs/use/index.md

89 lines
3.3 KiB
Markdown
Raw Normal View History

2023-05-09 22:04:55 +08:00
---
hide:
- feedback
---
2023-05-05 22:08:16 +08:00
## 执行命令
2023-05-03 22:50:12 +08:00
2023-06-24 11:06:30 +08:00
> 建议在使用前确认目标镜像站是否支持您正在使用的操作系统
2023-05-03 22:50:12 +08:00
2023-12-20 21:10:10 +08:00
=== ":material-home: 中国大陆(默认)"
2023-05-03 22:50:12 +08:00
2023-06-24 11:06:30 +08:00
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
```
??? quote "原始执行脚本方法"
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh)
```
=== ":simple-gitee: Gitee"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
```
2023-12-20 21:10:10 +08:00
=== ":material-school: 中国大陆教育网"
2023-06-24 11:06:30 +08:00
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)!
```
2023-09-23 23:23:59 +08:00
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
2023-05-05 22:08:16 +08:00
2023-06-24 11:06:30 +08:00
??? quote "原始执行脚本方法"
2023-05-09 20:09:38 +08:00
2023-06-24 11:06:30 +08:00
=== ":simple-github: GitHub"
2023-05-05 22:08:16 +08:00
2023-06-24 11:06:30 +08:00
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu
```
2023-05-07 12:09:28 +08:00
2023-06-24 11:06:30 +08:00
=== ":simple-gitee: Gitee"
2023-05-09 20:09:38 +08:00
2023-06-24 11:06:30 +08:00
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
2023-05-07 12:09:28 +08:00
2023-12-20 21:10:10 +08:00
=== ":octicons-globe-16: 海外地区"
2023-05-05 22:08:16 +08:00
``` bash
2023-06-24 11:06:30 +08:00
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad # (1)!
```
2023-05-09 20:09:38 +08:00
2023-06-24 11:06:30 +08:00
1. 通过 `--abroad` 命令选项来使用海外软件源
??? quote "原始执行脚本方法"
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad
```
=== ":simple-gitee: Gitee"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
```
2023-05-10 12:49:27 +08:00
## 注意事项
:material-numeric-1:{style="color: #3CA7E5"} 需使用 `Root` 用户执行脚本
2023-09-23 23:23:59 +08:00
: 切换命令为 `sudo -i``su root`,不同系统环境使用的命令不一样,因为有些系统没有在初始安装时为 Root 用户设置固定密码例如Ubuntu所以需要使用 `sudo` 指令来提权
2023-05-10 12:49:27 +08:00
:material-numeric-2:{style="color: #3CA7E5"} 建议使用 `SSH` 远程工具
: 如果你使用的系统终端界面不支持 `UTF-8` 编码那么将无法正常显示中文内容,导致无法正确选择交互内容。大部分系统都会自动开启该服务,否则请参考[启用方法](/use/help/#%E5%85%B3%E4%BA%8E%E5%BC%80%E5%90%AF-ssh-%E8%BF%9C%E7%A8%8B%E7%99%BB%E5%BD%95%E7%9A%84%E6%96%B9%E6%B3%95)
:material-numeric-3:{style="color: #3CA7E5"} 如果是首次在新系统上执行脚本
: 当前执行方式依赖 `curl` 指令来获取脚本内容并执行,所以需要先通过包管理工具来安装该软件包,否则会报错 `Command not found`,安装方法详见[常见问题](/use/help/#%E5%85%B3%E4%BA%8E%E6%8A%A5%E9%94%99-command-not-found),若无法安装就复制[源码](https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)到本地新建`.sh`脚本,然后通过 `bash` 手动执行
2023-05-09 20:09:38 +08:00
2023-05-10 12:49:27 +08:00
!!! note ":octicons-heart-fill-24:{ .heart style="color: red" } 如果您觉得这个项目不错对您有所帮助的话,方便在仓库右上角给颗 ⭐ 并分享给更多的朋友吗?"