summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-11-05 08:26:22 +0100
committerKarel Kočí <cynerd@email.cz>2020-11-05 08:26:22 +0100
commit9aa4f21cf22502060841830300d5d02907e3f5a4 (patch)
treef5de3b9b63e85d1332969a43c7562bfc0798e8d2
parent6a97af546ba9f56a21b38563a0bdfb58e529040b (diff)
downloadopenwrt-personal-pkgs-9aa4f21cf22502060841830300d5d02907e3f5a4.tar.gz
openwrt-personal-pkgs-9aa4f21cf22502060841830300d5d02907e3f5a4.tar.bz2
openwrt-personal-pkgs-9aa4f21cf22502060841830300d5d02907e3f5a4.zip
updater.lua: add LuCI theme material
-rw-r--r--updater.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua
index 12d4312..0f8237c 100644
--- a/updater.lua
+++ b/updater.lua
@@ -60,6 +60,7 @@ if tools then
Install("sysstat", "strace")
Install("shellrc")
Install("mc", "htop", "iftop")
+ Install("luci-theme-material")
end
if vpn then
Install("luci-app-openvpn", "openvpn-openssl")