8 lines
169 B
Bash
Executable File
8 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Argon_Dark=/luci-static/argon_dark
|
|
set luci.themes.Argon_Dark_Purple=/luci-static/argon_dark_purple
|
|
commit luci
|
|
EOF
|
|
exit 0
|