This commit is contained in:
Zsolt Ero
2025-10-16 18:00:32 +02:00
parent 7757c82b59
commit f8c337abe6

View File

@@ -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))