7 lines
97 B
Text
7 lines
97 B
Text
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.Oxygen=/luci-static/oxygen
|
||
|
commit luci
|
||
|
EOF
|
||
|
|