mirror of
https://github.com/TheWhiteDog9487/lag2cn.git
synced 2026-08-11 23:01:29 +08:00
21 lines
464 B
Markdown
21 lines
464 B
Markdown
# 一键切换Ubuntu系统到简体中文
|
|
## 这个程序有且仅在Ubuntu系统上测试过,18.04及以上应该都不会有问题。
|
|
|
|
***
|
|
|
|
## 使用方法
|
|
确保已经安装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
|
|
```
|