not enabling stretch security repository
authorPatrick Schleizer <adrelanos@whonix.org>
Wed, 22 Nov 2023 05:54:15 +0000 (00:54 -0500)
committerPatrick Schleizer <adrelanos@whonix.org>
Thu, 7 Dec 2023 18:52:48 +0000 (13:52 -0500)
because no longer provided by Debian

chroot-script

index e036912..fafe1bf 100755 (executable)
@@ -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
       ;;