mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 04:15:06 +08:00
12 lines
200 B
Bash
12 lines
200 B
Bash
#!/bin/sh
|
|
|
|
uci batch <<-EOF
|
|
set luci.themes.KuCat=/luci-static/kucat
|
|
set luci.main.mediaurlbase=/luci-static/kucat
|
|
commit luci
|
|
EOF
|
|
|
|
chmod +x /usr/libexec/rpcd/luci.kucat*
|
|
rm -rf /tmp/luci-*
|
|
exit 0
|