From 1826d947372179ab6fc6784334f4b29dce0c7f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <raphael@offensive-security.com> Date: Fri, 27 Mar 2020 09:12:09 +0100 Subject: [PATCH] Ensure tasksel is included in installer images --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 644f261..6757644 100755 --- a/build.sh +++ b/build.sh @@ -256,6 +256,8 @@ case "$IMAGE_TYPE" in # Configure the kali profile with the packages we want grep -v '^#' kali-config/installer-$KALI_VARIANT/packages \ >simple-cdd/profiles/kali.downloads + # Tasksel is required in the mirror for debian-cd + echo tasksel >>simple-cdd/profiles/kali.downloads # Run simple-cdd cd simple-cdd