宝塔明命令开心版
如果你服务器没有安装宝塔使用下面的命令
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
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
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
