mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-13 20:04:45 +08:00
8 lines
137 B
Bash
8 lines
137 B
Bash
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Edge=/luci-static/edge
|
|
set luci.main.mediaurlbase=/luci-static/edge
|
|
commit luci
|
|
EOF
|
|
exit 0
|