Created
January 30, 2022 13:08
-
-
Save davidcesarino/3e736fa7d2eea473c06558427a8fe724 to your computer and use it in GitHub Desktop.
Update OpenWrt's packages in one line.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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