购买服务器后首先是挂载磁盘再安装宝塔,步骤不要搞错。切记切记
挂载磁盘:(挂载磁盘只需一行命令即可,请根据自己的系统选择正确的挂载命令)
Centos7.6或以上一键挂载磁盘命令(7.6以下系统很多不更新了所以不再推荐使用与出挂载命令了)
yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
备用命令
yum install wget -y && wget -O auto_disk.sh https://raw.githubusercontent.com/wn789/www/master/auto_disk.sh && bash auto_disk.sh
国内Centos安装脚本宝塔命令(安装至最新版本):
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
国际版Centos安装脚本宝塔命令【推荐使用,无须绑定手机】
yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh aapanel
评论
发表评论: