changeset 24:ebcc782fabb8

more pkgs for all hosts
author drewp@bigasterisk.com
date Tue, 28 Dec 2021 22:10:19 -0800
parents 67fc0d4b1859
children 16cd19a68832
files packages.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages.py	Tue Dec 28 22:10:02 2021 -0800
+++ b/packages.py	Tue Dec 28 22:10:19 2021 -0800
@@ -46,6 +46,8 @@
     'rsync',
     'dstat',
     'ifstat',
+    'mosquitto-clients',
+    'ncdu',
 ])
 
 if not is_pi:
@@ -56,6 +58,7 @@
         'python3-pip',
         'python3-virtualenv',
         'sysstat',
+        'debian-goodies',
     ])
 
 if not is_pi and not (host.name == 'prime'):