mirror of
https://github.com/TheWhiteDog9487/lag2cn.git
synced 2026-08-11 23:01:29 +08:00
23 lines
452 B
Markdown
23 lines
452 B
Markdown
# 一键切换Ubuntu(和Debian)系统到简体中文
|
|
## 测试通过的系统
|
|
|系统名称|版本|
|
|
|-|-|
|
|
|Debian|11.6.0|
|
|
|Ubuntu|/|
|
|
|
|
## 使用方法
|
|
确保已经安装wget或者有其他方法可以传输文件
|
|
```shell
|
|
apt update && apt install -y wget
|
|
```
|
|
|
|
下载程序
|
|
```shell
|
|
wget https://raw.githubusercontent.com/TheWhiteDog9487/ubuntu-language-onekey-zh_cn/main/language
|
|
```
|
|
运行程序
|
|
```shell
|
|
sudo chmod o+x language
|
|
sudo ./language
|
|
```
|