Last active
June 30, 2021 12:09
-
-
Save wader/8f85f091f0bdb2d873222d79fa879a8b to your computer and use it in GitHub Desktop.
OpenWRT firmware update script
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 install ca-certificates libustream-openssl bash | |
| wget https://raw.githubusercontent.com/mab-wien/openwrt-autoupdate/master/bin/auto-update.sh | |
| # yes to allow -rc, note that downgrade might break config | |
| bash auto-update.sh yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment