首页  >  文章  >  专题  >  CentOS 7快速安装宝塔面板的方法

CentOS 7快速安装宝塔面板的方法

藏色散人
藏色散人转载
2020-05-23 13:43:036211浏览

下面由宝塔安装教程栏目给大家介绍CentOS 7快速安装宝塔面板的方法,希望对需要的朋友有所帮助!

CentOS 7快速安装宝塔面板的方法

执行以下命令进行安装:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

升级:

wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro

一键专业版:

wget https://okoke.cn/bt/btpanel.sh && chmod 755 btpanel.sh && bash btpanel.sh

更多宝塔面板技术文章,请访问宝塔教程栏目!

以上是CentOS 7快速安装宝塔面板的方法的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文转载于:csdn.net。如有侵权,请联系admin@php.cn删除