opkg list-upgradable | cut -f 1 -d ’ ’ | while IFS=‘$\n’ read -r line; do opkg install $line ; done
官方不推荐update:https://openwrt.org/meta/infobox/upgrade_packages_warning
openwrt update all at once
于 2024-01-20 09:48:01 首次发布
本文讨论了在OpenWRT中使用opkglist-upgradable命令进行升级时,官方不建议直接通过`cut-f1-d`和`while`循环安装所有可升级包的方法,而是指向了一个关于升级包警告的链接。

8166

被折叠的 条评论
为什么被折叠?



