diff options
author | Karel Kočí <cynerd@email.cz> | 2021-12-11 16:28:42 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-12-11 16:28:42 +0100 |
commit | 53aaeee4bbdb41453d40563ad228ae2dccfcc7e6 (patch) | |
tree | 9b39cec52aeb53335d940a5542cf4fdf82dd19dd | |
parent | 22178983bf5989b01e4523c0cbb8813dd8f90d35 (diff) | |
download | openwrt-personal-pkgs-53aaeee4bbdb41453d40563ad228ae2dccfcc7e6.tar.gz openwrt-personal-pkgs-53aaeee4bbdb41453d40563ad228ae2dccfcc7e6.tar.bz2 openwrt-personal-pkgs-53aaeee4bbdb41453d40563ad228ae2dccfcc7e6.zip |
updater.lua: remove luci-theme-material
-rw-r--r-- | updater.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua index d11cb98..27cac21 100644 --- a/updater.lua +++ b/updater.lua @@ -71,7 +71,6 @@ if tools then Install("sysstat", "strace") Install("shellrc") Install("mc", "htop", "iftop") - Install("luci-theme-material") Install("mmc-utils") if board == "omnia" then Install("personal-enabler-rainbow-omnia") |