Skip to content

Instantly share code, notes, and snippets.

@davidcesarino
Created January 30, 2022 13:08
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 davidcesarino/3e736fa7d2eea473c06558427a8fe724 to your computer and use it in GitHub Desktop.
Save davidcesarino/3e736fa7d2eea473c06558427a8fe724 to your computer and use it in GitHub Desktop.
Update OpenWrt's packages in one line.
opkg update && opkg upgrade $(opkg list-upgradable | sed -e 's/ - .*$//g' | tr '\n' ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment