diff --git a/simple-cdd/profiles/kali-purple.excludes b/simple-cdd/profiles/kali-purple.excludes new file mode 100644 index 0000000..2870ae3 --- /dev/null +++ b/simple-cdd/profiles/kali-purple.excludes @@ -0,0 +1,3 @@ +# Exclude big packages that are Recommended by defensive tools metapackages. +# Keep this list in sync with kali-meta/debian/control. +exploitdb-papers diff --git a/simple-cdd/profiles/kali-purple.postinst b/simple-cdd/profiles/kali-purple.postinst new file mode 100755 index 0000000..64f09ca --- /dev/null +++ b/simple-cdd/profiles/kali-purple.postinst @@ -0,0 +1,18 @@ +#!/bin/sh + +set -eu + +configure_elastic() { + # Install the elastic archive keyring + wget -q -O- https://artifacts.elastic.co/GPG-KEY-elasticsearch \ + > /etc/apt/keyrings/elastic-keyring.asc + + # Enable the repository + cat >/etc/apt/sources.list.d/elastic.list <