宝塔5.9.1本地安装版-主机百科

宝塔5.9.1本地安装版-主机百科

当前位置:主机百科 > 建站知识 > 正文

宝塔5.9.1本地安装版

  • 发布于 2020-01-16
  • 分类:建站知识
  • 阅读(6)
  • 评论(0)
         

宝塔官方最新的5.9版本为5.9.2,下面是网友备份的5.9.1。

centos安装脚本:

yum install -y wget && wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/wangzhe12588/bt59happy/master/install-5.9-c.sh && sh install.sh

ubuntu安装脚本:

wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/wangzhe12588/bt59happy/master/install-ubuntu.sh && sudo bash install.sh

debian安装脚本:

wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/wangzhe12588/bt59happy/master/install-ubuntu.sh && bash install.sh

如果 你是免费的 5.x 宝塔面板 可以使用脚本 升到最新的开心版 5.9.1 面板 或者 输入:

curl https://raw.githubusercontent.com/wangzhe12588/bt59happy/master/update_pro.sh | bash

恢复免费面板:

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

备份地址:https://github.com/wangzhe12588/bt59happy
另一个本地备份版,仅支持debian-ubuntu:https://github.com/wangzhe12588/bt59-local

主机百科
提供有价值的国外主机信息。
查看

评论 0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址


Tags: published
January 16, 2020 at 07:29PM
Open in Evernote

评论

此博客中的热门博文

Telegram MTProto Proxy 介绍说明 – 开源代码|技术|教程资源|网络资源|首页不显示 – 如有乐享

监控FRPS端口并自动重启进程linux脚本_FRP教程_电脑博士

进阶Spring Boot(二)---Tomcat与Undertow 吞吐量对比 - 简书