Browse Source

LANG setting example

main
主菜单 2 years ago committed by GitHub
parent
commit
71da046d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.md

7
README.md

@ -9,11 +9,16 @@ curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/instal
跳过登录框,以及破解插件等请自行搜索
 
**如果遇到重启后宝塔乱码 请DD最新版Debian系统然后修改语言区域:**
```nano /etc/default/locale
```Bash
nano /etc/default/locale
```
```Bash
LANG=en_US.UTF-8
```

Loading…
Cancel
Save