安装宝塔的时候 用官网的命令无法安装 出现下方报错
没有那个文件或目录 (35)Peer reports incompatible or unsupported protocol version.
bash:installlts.sh:没有那个文件或目录


原因:
Centos7/8官方已经停止支持 可能无法正常安装宝塔面板(当前使用不受影响,建议尽早迁移新系统)
建议您使用Debian-11/12 Ubuntu-22/24 Centos9/rocky9/alma-9进行安装
如果使用的腾讯阿里云服务器 可以用他们的OpenCloud9/Alibaba-cloud-3 这些宝塔面板都是支持的
这是操作系统版本太低了, 9以下版本 请用下面的命令进行安装。
解决办法:
Centos安装脚本
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 37a09b35
Ubuntu/Deepin安装脚本
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh 37a09b35
Debian安装脚本
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh 37a09b35
Fedora安装脚本
wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh 37a09b35
update安装脚本
wget -O update.sh http://download.bt.cn/install/update6.sh && sh update.sh 37a09b35
升级脚本
wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh
声明与免责说明
- 1. 本站部分图片来源于 Unsplash,版权归原作者所有。
- 2. 本站文章、开源代码及免费下载资源仅供个人学习、研究或非商业用途参考,禁止用于商业盈利,版权归原作者所有。
- 3. 内容(含图片、文章、代码)部分转载自网络,若存在侵权,请联系 meng@yimiaonet.com 处理。
- 4. 未经本站书面许可,不得复制、盗用、采集、传播本站内容至任何平台。
- 5. 本站内容不构成专业建议,“OKMG”为注册商标,官方网站:www.okmg.cn,本站保留修改本声明的权利。

