changeset 93:e4613207a78b

podman and maybe other pkgs
author drewp@bigasterisk.com
date Fri, 15 Jul 2022 14:27:34 -0700
parents a915000bad75
children 122ba5444176
files packages.py
diffstat 1 files changed, 16 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/packages.py	Fri Jul 15 14:27:01 2022 -0700
+++ b/packages.py	Fri Jul 15 14:27:34 2022 -0700
@@ -63,26 +63,29 @@
 
 if not is_pi:
     apt.packages(packages=[
+        'debian-goodies',
+        'ethtool',
+        'htop',
+        'iotop',
         'keychain',
-        'podman-docker',
+        'lpr',
+        'mercurial',
+        'mtr-tiny',
+        'net-tools',
+        'nodejs',
+        'npm',
+        'oping',
         'python3-invoke',
         'python3-pip',
         'python3-virtualenv',
+        'speedtest-cli',
         'sysstat',
-        'debian-goodies',
-        'lxterminal',
-        'iotop',
-        'lpr',
-        'nodejs',
-        'npm',
-        'ethtool',
-        'speedtest-cli',
-        'net-tools',
-        'oping',
-        'mtr-tiny',
         'tcpdump',
-        'htop',
     ])
+    if host.name in ['dash', 'slash', 'bang']:
+        apt.packages(packages=[
+            'podman-docker',
+        ])
     if host.name != 'pipe':
         apt.packages(packages=[
             'reptyr',