mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
8 lines
140 B
Text
8 lines
140 B
Text
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.Argon=/luci-static/argon
|
||
|
set luci.main.mediaurlbase=/luci-static/argon
|
||
|
commit luci
|
||
|
EOF
|
||
|
exit 0
|