common: packages: add networkmanager

We use networkmanager on the rpi devices for one of the services so make sure it's there.
This commit is contained in:
Steev Klimaszewski
2021-11-11 14:12:44 -06:00
parent b536a2e8e3
commit d223695436

View File

@@ -5,7 +5,7 @@ log " selecting packages ..." gray
debootstrap_base="kali-archive-keyring,eatmydata"
# This is the bare minimum if you want to start from very scratch
minimal_pkgs="ca-certificates iw parted wpasupplicant sudo"
minimal_pkgs="ca-certificates iw network-manager parted wpasupplicant sudo"
# This is the list of minimal common packages
common_min_pkgs="$minimal_pkgs apt-transport-https crda firmware-linux firmware-realtek firmware-atheros \