Error when executing command from luci-app-commands

Hi everybody,

when I execute the following command:

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

I receive the following error:

# opkg update "&&" opkg list-upgradable "|" cut -f 1 -d " " "|" xargs opkg upgrade
Collected errors:
 * opkg_conf_load: Couldn't stat 1: No such file or directory.

Not an answer to your actual question, but trying to do a mass opkg upgrade for all "upgradable" packages is a very bad idea, which may lead into problems.

4 Likes