btpanel-v7.7.0-backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
555 B

3 years ago
# btpanel-v7.7.0
3 years ago
btpanel-v7.7.0-backup 官方原版v7.7.0版本面板备份
3 years ago
**Centos/Ubuntu/Debian安装命令 独立运行环境(py3.7):**
3 years ago
3 years ago
```Bash
3 years ago
curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
3 years ago
```
跳过登录框,以及破解插件等请自行搜索
 
**如果遇到重启后宝塔乱码 请DD最新版Debian系统然后修改语言区域:**
```Bash
nano /etc/default/locale
```
```Bash
LANG=en_US.UTF-8
```
修改后保存文件,重启VPS即可。