Skip to content

Instantly share code, notes, and snippets.

@marianozunino
Last active December 22, 2024 21:04
Show Gist options
  • Select an option

  • Save marianozunino/e5fe71024b0db72829bb8126bf917530 to your computer and use it in GitHub Desktop.

Select an option

Save marianozunino/e5fe71024b0db72829bb8126bf917530 to your computer and use it in GitHub Desktop.
Install argon openwrt
#!/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