This theme is clean, modern and based on Twitter Bootstrap. It's been tested on a TP-Link WR1043n and a Carambola under Firefox, Safari and IE8.
6 lines
101 B
Bash
Executable file
6 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Bootstrap=/luci-static/bootstrap
|
|
commit luci
|
|
EOF
|
|
exit 0
|