mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-23 17:47:28 +08:00
9 lines
189 B
Bash
Executable File
9 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Netgear=/luci-static/netgear
|
|
set luci.main.mediaurlbase=/luci-static/netgear
|
|
commit luci
|
|
EOF
|
|
exit 0
|
|
# ↑↑↑ DO NOT EDIT THIS LINE
|