Knowledgebase

liunx一键宝塔  Print this Article

 

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

按Y 回车

 一键自动安装宝塔

Was this answer helpful?

Related Articles

linux数据盘挂载
我们云主机服务器采用系统盘和数据盘分离的模式,linux系统可直接使用下面的脚本挂载数据盘。 yum install wget -y && wget -O...