diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-12-02 13:01:29 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-12-02 13:01:29 +0100 |
commit | 11fd7bb9e59cc8f74507f3bbbc270fe5e259fcd7 (patch) | |
tree | 1a88730d231b18e1883df35992d82c82369f4f2b | |
parent | 659a302c2c9f4c9a7f0c192f06db53f91a19f92a (diff) | |
download | openwrt-personal-pkgs-11fd7bb9e59cc8f74507f3bbbc270fe5e259fcd7.tar.gz openwrt-personal-pkgs-11fd7bb9e59cc8f74507f3bbbc270fe5e259fcd7.tar.bz2 openwrt-personal-pkgs-11fd7bb9e59cc8f74507f3bbbc270fe5e259fcd7.zip |
updater.lua: add tree to tools
-rw-r--r-- | updater.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua index 16193f8..03ba163 100644 --- a/updater.lua +++ b/updater.lua @@ -54,7 +54,7 @@ elseif hostname:match("^work-") then end if tools then - Install("grep", "coreutils-sha256sum") + Install("tree", "grep", "coreutils-sha256sum") Install("iperf", "iperf3") Install("sysstat", "strace") Install("shellrc-zsh") |