banner
biuaxia

biuaxia

"万物皆有裂痕,那是光进来的地方。"
github
bilibili
tg_channel

Bulk Update OpenWRT Packages

Separate Updates#

# Only update LuCI-related packages
opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade
# Update all upgradable packages, including OpenWRT kernel, etc.
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade

Batch Updates#

opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.