8 lines
171 B
Bash
Executable File
8 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Argon_Light=/luci-static/argon_light
|
|
set luci.themes.Argon_Light_Green=/luci-static/argon_light_green
|
|
commit luci
|
|
EOF
|
|
exit 0
|