OpenLiteSpeed 版本升级

CURRENT VERSION:OpenLiteSpeed 1.7.18   New Release: 1.7.19 (current branch)

登陆管理后台,左上角显示 【当前版本 OpenLiteSpeed 1.7.18 最新版本 1.7.19

使用apt-get upgrade openlitespeed 没有找到新版本,如何更新呢? 下载 lsup.sh:

wget https://raw.githubusercontent.com/litespeedtech/openlitespeed/master/dist/admin/misc/lsup.sh

Running ./lsup.sh 将更新之最新版本。

Openwrt 一次自动更新全部软件包

opkg update
opkg upgrade luci 
opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade

在ssh下,先“opkg update”,获取更新。之后单独更新 luci 包。

再更新“ luci-” 开头的包。如果 要全部无条件更新,就去掉过滤“ grep luci- |”

可以先安装 luci-app-commands,在luci的系统菜单中,使用自定义命令进行更新,一键就直接执行,更方便!如下图

另外还有一种使用ash脚本更新的方法:

https://github.com/tavinus/opkg-upgrade

opkg install sudo
sudo ash ./opkg-upgrade.sh