From 7a3f1d98d277b653f646ed48b87e7d61793b0cad Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 22 Nov 2023 00:54:15 -0500 Subject: [PATCH] not enabling stretch security repository because no longer provided by Debian --- chroot-script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;; -- 2.1.4