7 lines
149 B
Bash
Executable file
7 lines
149 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Material=/luci-static/material
|
|
set luci.main.mediaurlbase=/luci-static/material
|
|
commit luci
|
|
EOF
|
|
exit 0
|