7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.OpenWrt=/luci-static/openwrt.org
|
||
|
set luci.main.mediaurlbase=/luci-static/openwrt.org
|
||
|
commit luci
|
||
|
EOF
|