如果你服务器没有安装宝塔使用下面的命令
if [ -f /usr/bin/curl ];then curl -sSO http://io.bt.sy/install/install_panel.sh;else wget -O install_panel.sh http://io.bt.sb/install/install_panel.sh;fi;bash install_panel.sh
如果你服务器安装了宝塔使用下面的命令
curl https://io.bt.sy/install/update_panel.sh|bash

如果你服务器没有安装宝塔使用下面的命令
url=https://downlts.bt.sy/install/install_lts.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O install_lts.sh $url;fi;bash install_lts.sh
如果你服务器安装了宝塔使用下面的命令
curl https://downlts.bt.sy/install/update-lts.sh|bash