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