宝塔安装与升级

#宝塔安装
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

posted @ 2025-02-15 10:02  全琪俊  阅读(36)  评论(0)    收藏  举报