mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update argon theme
This commit is contained in:
parent
dc01b097d2
commit
e2adf724b7
51 changed files with 7728 additions and 0 deletions
12
luci-theme-argon/root/etc/uci-defaults/30_luci-theme-argon
Normal file
12
luci-theme-argon/root/etc/uci-defaults/30_luci-theme-argon
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$PKG_UPGRADE" != 1 ]; then
|
||||
uci get luci.themes.Argon >/dev/null 2>&1 || \
|
||||
uci batch <<-EOF
|
||||
set luci.themes.Argon=/luci-static/argon
|
||||
set luci.main.mediaurlbase=/luci-static/argon
|
||||
commit luci
|
||||
EOF
|
||||
fi
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue