首页 > 系统相关 >linux上安装宝塔

linux上安装宝塔

时间:2023-02-24 15:12:23浏览次数:38  
标签:宝塔 hostcli http sh install linux 安装

CentOS 未安装宝塔,直接安装宝塔纯净版命令

 yum install -y wget && wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && sh install.sh

已安装官方版本,执行下列命令升级到7.6.0纯净版

 curl http://v7.hostcli.com/install/update6.sh|bash

任意非官方版本还原到官方最新版

 curl http://download.bt.cn/install/update6.sh|bash
 

标签:宝塔,hostcli,http,sh,install,linux,安装
From: https://www.cnblogs.com/shengruxiahuaya/p/17151511.html

相关文章