This commit is contained in:
Zsolt Ero
2023-12-07 23:08:42 +01:00
parent 5831068231
commit d8d54f525c
5 changed files with 41 additions and 10 deletions

View File

@@ -38,11 +38,14 @@ def pkg_base(c):
pkg_list = [
'wget',
'gpg',
'git',
'gnupg-agent',
'python3',
'nload',
'iftop',
'snapd',
#
'python3',
'python3-venv',
]
apt_get_install(c, ' '.join(pkg_list))