From: Patrick Schleizer Date: Wed, 22 Nov 2023 05:54:15 +0000 (-0500) Subject: not enabling stretch security repository X-Git-Tag: v0.106~7^2~2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=7a3f1d98d277b653f646ed48b87e7d61793b0cad not enabling stretch security repository because no longer provided by Debian --- diff --git a/chroot-script b/chroot-script index e036912..fafe1bf 100755 --- a/chroot-script +++ b/chroot-script @@ -104,8 +104,8 @@ chrootmirror() { # add security.debian.org: case "$RELEASE" in - unstable|sid) ;; # no security pool available - jessie|stretch|buster) + unstable|sid|stretch) ;; # no security pool available + jessie|buster) echo "Adding security.debian.org to sources.list." echo "deb http://security.debian.org ${RELEASE}/updates $COMPONENTS" >> /etc/apt/sources.list ;;