Mercurial > code > home > repos > infra
diff packages.py @ 85:1ac08aba5ae5
docker->podman, and some pkgs + inventory
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Jul 2022 19:05:58 -0700 |
parents | 9e66c3f17351 |
children | e4613207a78b |
line wrap: on
line diff
--- a/packages.py Sun Jun 26 01:43:13 2022 -0700 +++ b/packages.py Sun Jul 10 19:05:58 2022 -0700 @@ -54,13 +54,17 @@ 'ncdu', "udns-utils", "atool", + "wireguard-tools", 'iproute2', # needed for wireguard + 'kitty-terminfo', + 'zsh', + 'xosview', ]) if not is_pi: apt.packages(packages=[ 'keychain', - 'python3-docker', + 'podman-docker', 'python3-invoke', 'python3-pip', 'python3-virtualenv', @@ -77,7 +81,7 @@ 'oping', 'mtr-tiny', 'tcpdump', - 'reptyr', + 'htop', ]) if host.name != 'pipe': apt.packages(packages=[ @@ -109,6 +113,7 @@ if host.name == "bang": apt.packages(packages=[ + 'dnsmasq', 'iptables', 'openntpd', 'ntpdate',