Mercurial > code > home > repos > infra
diff packages.py @ 24:ebcc782fabb8
more pkgs for all hosts
author | drewp@bigasterisk.com |
---|---|
date | Tue, 28 Dec 2021 22:10:19 -0800 |
parents | d0ca4e569009 |
children | 16cd19a68832 |
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'):