not using apt-key

This commit is contained in:
Zsolt Ero
2023-12-15 00:51:08 +01:00
parent ae19838135
commit 578f81d320
5 changed files with 78 additions and 12 deletions

View File

@@ -36,13 +36,17 @@ def pkg_clean(c):
def pkg_base(c):
pkg_list = [
'lsb-release',
'wget',
'gpg',
'git',
#
'gnupg2',
'gnupg-agent',
'ca-certificates',
'ubuntu-keyring',
#
'nload',
'iftop',
'snapd',
#
'python3',
'python3-venv',