宝塔linux面板更新命令

宝塔linux面板更新命令

linux面板更新命令

更新命令:

wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh

直接在ssh输入后回车

d6afb2f9eb2ee78b57e745d2d0cded7.png

执行完提示升级成功

636a3f69e1b6bb1b267d47e97bb5bce.png

若要指定版本,第一个参数传版本号即可,以下是指定为5.6.0版的命令

wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh 5.6.0

*如无特殊说明,更新并非是必要的,当你使用稳定时,可以选择不更新。