Skip to content

Instantly share code, notes, and snippets.

@azet
Created December 15, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azet/31378697686e9f547b96397cc0b1ccce to your computer and use it in GitHub Desktop.
Save azet/31378697686e9f547b96397cc0b1ccce to your computer and use it in GitHub Desktop.
[OpenWRT] opkg upgrade all installed packages (alias)
alias 'opkg-upgrade'='for x in $(opkg list-upgradable | awk "{print $1}"); do opkg upgrade $x ; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment