From 9e1bf39a3dc5e9b967a8c898f3889e470ba9ae5c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:21:58 +0200 Subject: Adding upstream version 1.0.128+nmu2+deb12u1. Signed-off-by: Daniel Baumann --- scripts/kali | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/kali (limited to 'scripts/kali') diff --git a/scripts/kali b/scripts/kali new file mode 100644 index 0000000..0da3249 --- /dev/null +++ b/scripts/kali @@ -0,0 +1,17 @@ +mirror_style release +download_style apt +finddebs_style from-indices +variants - buildd fakechroot minbase +keyring /usr/share/keyrings/kali-archive-keyring.gpg +default_mirror http://http.kali.org/kali + +# include common settings +if [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then + . "$DEBOOTSTRAP_DIR/scripts/debian-common" +elif [ -e /debootstrap/debian-common ]; then + . /debootstrap/debian-common +elif [ -e "$DEBOOTSTRAP_DIR/debian-common" ]; then + . "$DEBOOTSTRAP_DIR/debian-common" +else + error 1 NOCOMMON "File not found: debian-common" +fi -- cgit v1.2.3