update locale

main
主菜单 2023-02-04 12:45:28 -08:00 committed by GitHub
parent 71da046d12
commit a19b0135de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -15,11 +15,13 @@ curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/instal
```Bash ```Bash
localectl set-locale LANG=en_US.UTF-8
nano /etc/default/locale nano /etc/default/locale
``` ```
```Bash ```Bash
LANG=en_US.UTF-8 LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
``` ```
修改后保存文件重启VPS即可。 修改后保存文件重启VPS即可。