LANG setting example

main
主菜单 2022-11-29 19:45:21 -08:00 committed by GitHub
parent b1fd8c8831
commit 71da046d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -7,13 +7,18 @@ btpanel-v7.7.0-backup 官方原版v7.7.0版本面板备份
curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
```
跳过登录框,以及破解插件等请自行搜索
跳过登录框,以及破解插件等请自行搜索
 
**如果遇到重启后宝塔乱码 请DD最新版Debian系统然后修改语言区域**
```nano /etc/default/locale
```Bash
nano /etc/default/locale
```
```Bash
LANG=en_US.UTF-8
```