梦飞.com/tag/%e7%a7%91%e6%8a%80" target="_blank">科技专用宝塔面板Centos/Ubuntu/Debian安装命令 独立运行环境(py3.7)linux安装脚本
curl -sSO http://soft.mfisp.com/install_panel.sh && bash install_panel.sh
宝塔面板安装推荐
Centos安装脚本
- yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh b3f4bf9ef
Ubuntu/Deepin安装脚本
- wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh b3f4bf9ef
Debian安装脚本
- wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh b3f4bf9ef
Fedora安装脚本
- wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh b3f4bf9ef
update安装脚本
- wget -O update.sh http://download.bt.cn/install/update6.sh && sh update.sh b3f4bf9ef
升级脚本
- wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh