Last active
December 22, 2024 21:04
-
-
Save marianozunino/e5fe71024b0db72829bb8126bf917530 to your computer and use it in GitHub Desktop.
Install argon openwrt
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
| #!/bin/sh | |
| opkg install luci-compat | |
| wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.9/luci-app-argon-config_0.9-20210309_all.ipk -O luci-app-argon-config_0.9-20210309_all.ipk | |
| wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.9/luci-theme-argon_2.2.9-20211016-1_all.ipk -O luci-theme-argon_2.2.9-20211016-1_all.ipk | |
| opkg install luci-*.ipk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment