Skip to content

Instantly share code, notes, and snippets.

@mkenne11
Last active April 18, 2020 05:52
Show Gist options
  • Save mkenne11/97a0498249c26ede1ace5e6510c584c5 to your computer and use it in GitHub Desktop.
Save mkenne11/97a0498249c26ede1ace5e6510c584c5 to your computer and use it in GitHub Desktop.
Upgrade OpenWRT Packages
opkg update
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment