diff options
author | Lutty Yang <gy.dlcs@gmail.com> | 2015-09-16 19:59:17 +0800 |
---|---|---|
committer | Lutty Yang <gy.dlcs@gmail.com> | 2015-09-16 19:59:17 +0800 |
commit | b825a140fd10d57a68ee9b39ffe9db7231c8f3de (patch) | |
tree | 4d4676fec5c7f2c063fdf6db5f70773ac030fdb9 /themes/luci-theme-material/root | |
parent | 3288fe76ab3d2269abcf902d0df6f847c6200e8e (diff) |
init Material Design theme
Diffstat (limited to 'themes/luci-theme-material/root')
-rwxr-xr-x | themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material b/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material new file mode 100755 index 000000000..4731a658f --- /dev/null +++ b/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material @@ -0,0 +1,7 @@ +#!/bin/sh
+uci batch <<-EOF
+ set luci.themes.Material=/luci-static/material
+ set luci.main.mediaurlbase=/luci-static/material
+ commit luci
+EOF
+exit 0
|