8 lines
140 B
Bash
8 lines
140 B
Bash
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Argon=/luci-static/argon
|
|
set luci.main.mediaurlbase=/luci-static/argon
|
|
commit luci
|
|
EOF
|
|
exit 0
|