-
-
Save dominicusin/5e6f36aed0b520c7830ae285166b4ee0 to your computer and use it in GitHub Desktop.
install router soft at once
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 -t /overlay/tmp/ --force-postinstall --force-space --force-overwrite --force-maintainer install `opkg list|cut -d' ' -f1` | |
| for p in `opkg list|cut -d' ' -f1`;do opkg -t /overlay/tmp/ --force-postinstall --force-space --force-overwrite --force-maintainer install $p;done | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment