6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.OpenWRT=/luci-static/openwrt.org
|
|
commit luci
|
|
EOF
|
|
|