diff --git a/bundles/apt/items.py b/bundles/apt/items.py index c7973c8..82e5b86 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -27,6 +27,39 @@ directories = { pkg_apt = { 'apt-transport-https': {}, 'unattended-upgrades': {}, + + 'arping': {}, + 'at': {}, + 'bzip2': {}, + 'curl': {}, + 'diffutils': {}, + 'dnsutils': {}, + 'grep': {}, + 'gzip': {}, + 'htop': {}, + 'jq': {}, + 'less': {}, + 'logrotate': {}, + 'lsof': {}, + 'mailutils': {}, + 'manpages': {}, + 'molly-guard': {}, + 'moreutils': {}, + 'mount': {}, + 'mtr': {}, + 'ncdu': {}, + 'netcat': {}, + 'nmap': {}, + 'python3': {}, + 'tar': {}, + 'tcpdump': {}, + 'telnet': {}, + 'tmux': {}, + 'tree': {}, + 'unzip': {}, + 'wget': {}, + 'whois': {}, + 'zip': {}, } gpg_keys = set()