Last active
April 18, 2020 05:52
-
-
Save mkenne11/97a0498249c26ede1ace5e6510c584c5 to your computer and use it in GitHub Desktop.
Upgrade OpenWRT Packages
This file contains hidden or 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 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