mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -34,13 +34,13 @@ def pkg_base(c):
|
|||||||
'python3',
|
'python3',
|
||||||
'python3-venv',
|
'python3-venv',
|
||||||
#
|
#
|
||||||
# 'ctop', # unsupported on Ubuntu 24
|
|
||||||
'acpid',
|
'acpid',
|
||||||
'autojump',
|
'autojump',
|
||||||
'bash-completion',
|
'bash-completion',
|
||||||
'btop',
|
'btop',
|
||||||
'dbus',
|
'dbus',
|
||||||
'direnv',
|
'direnv',
|
||||||
|
'dmidecode',
|
||||||
'fd-find',
|
'fd-find',
|
||||||
'file',
|
'file',
|
||||||
'ioping',
|
'ioping',
|
||||||
@@ -68,6 +68,7 @@ def pkg_base(c):
|
|||||||
# 'iperf3',
|
# 'iperf3',
|
||||||
# 'iproute2',
|
# 'iproute2',
|
||||||
# 'nasm',
|
# 'nasm',
|
||||||
|
# 'ctop', # unsupported on Ubuntu 24
|
||||||
]
|
]
|
||||||
|
|
||||||
apt_get_install(c, ' '.join(pkg_list))
|
apt_get_install(c, ' '.join(pkg_list))
|
||||||
|
|||||||
Reference in New Issue
Block a user