This commit is contained in:
Zsolt Ero
2023-12-29 17:53:35 +01:00
parent 0c5e6029c2
commit 51e9261ca2

View File

@@ -6,23 +6,27 @@ from ssh_lib.utils import (
def pkg_base(c):
pkg_list = [
'lsb-release',
'wget',
'git',
'build-essential',
'unzip',
'rsync',
'btrfs-progs',
'pigz',
'aria2',
'build-essential',
'curl',
'dnsutils',
'git',
'htop',
'lsb-release',
'pigz',
'rsync',
'unzip',
'wget',
#
'btrfs-progs',
#
'gnupg2',
'gnupg-agent',
'ca-certificates',
'gnupg-agent',
'gnupg2',
'ubuntu-keyring',
#
'nload',
'iftop',
'nload',
'vnstat',
#
'python3',