wget -O install.sh https://download.bt.cn/install/install_lts.sh && bash install.sh ed8484bec
wget -O install.sh https://download.bt.cn/install/install_lts.sh && sudo bash install.sh ed8484bec
url=https://download.bt.cn/install/install_lts.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O install_lts.sh $url;fi;bash install_lts.sh ed8484bec
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
——————————以下是2022年12月2日的信息———————————–
系统要求
操作系统:全新系统(支持CentOS、Ubuntu、Debian、Fedora、Deepin),
确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL
内存要求:内存要求最低128MB,推荐512MB以上,纯面板约占系统10MB内存
升级方法
使用 SSH 连接工具,如宝塔远程桌面助手连接到您的 Linux 服务器后,执行以下命令,升级专业版不会对网站环境有任何影响。6.0升级专业版脚本
curl http://download.bt.cn/install/update6.sh|bash
5.9升级专业版脚本wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro
安装方法
使用 SSH 连接工具,如宝塔远程桌面助手连接到您的 Linux 服务器后,根据系统执行相应命令开始安装(大约2分钟完成面板安装):Centos安装脚本
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_pro.sh && sh install.sh
Ubuntu/Deepin安装脚本wget -O install.sh http://download.bt.cn/install/install-ubuntu_pro.sh && sudo bash install.sh
Debian安装脚本wget -O install.sh http://download.bt.cn/install/install-ubuntu_pro.sh && bash install.sh
Fedora安装脚本wget -O install.sh http://download.bt.cn/install/install_pro.sh && bash install.sh
暂无评论内容