diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-08 15:29:52 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-08 15:29:52 +0200 |
commit | 05a9de2a764b965f1325d41786f8ddefec371533 (patch) | |
tree | 88d8f4e354c20690a261c67ebebb5a0a0e8c7173 | |
parent | 595475d8f5bd6b6bc926a57e7b1c183bbb26ea0e (diff) | |
download | openwrt-personal-pkgs-05a9de2a764b965f1325d41786f8ddefec371533.tar.gz openwrt-personal-pkgs-05a9de2a764b965f1325d41786f8ddefec371533.tar.bz2 openwrt-personal-pkgs-05a9de2a764b965f1325d41786f8ddefec371533.zip |
updater.lua: expand tools
-rw-r--r-- | updater.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index 2695fd9..adcaab7 100644 --- a/updater.lua +++ b/updater.lua @@ -58,6 +58,7 @@ if tools then Install("iperf", "iperf3") Install("sysstat", "strace") Install("shellrc-zsh") + Install("mc", "htop", "iftop") end if vpn then Install("luci-app-openvpn", "openvpn-openssl") |