diff options
-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") |