宝塔安装与升级
#宝塔安装
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
#宝塔升级
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/update_panel.sh;else wget -O update_panel.sh https://download.bt.cn/install/update_panel.sh;fi;bash update_panel.sh ed8484bec

浙公网安备 33010602011771号