From f8c337abe6c2255a07d871bf6e49a6a240174050 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Thu, 16 Oct 2025 18:00:32 +0200 Subject: [PATCH] work --- ssh_lib/pkg_base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh_lib/pkg_base.py b/ssh_lib/pkg_base.py index b60fbb8..5b5e805 100644 --- a/ssh_lib/pkg_base.py +++ b/ssh_lib/pkg_base.py @@ -34,13 +34,13 @@ def pkg_base(c): 'python3', 'python3-venv', # - # 'ctop', # unsupported on Ubuntu 24 'acpid', 'autojump', 'bash-completion', 'btop', 'dbus', 'direnv', + 'dmidecode', 'fd-find', 'file', 'ioping', @@ -68,6 +68,7 @@ def pkg_base(c): # 'iperf3', # 'iproute2', # 'nasm', + # 'ctop', # unsupported on Ubuntu 24 ] apt_get_install(c, ' '.join(pkg_list))