From b5445f65bc9c009987efcc253219ca3a7b66f9df Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Mon, 1 Feb 2021 15:17:48 -0600
Subject: [PATCH] Fix debian security repo

---
 helpers/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/config b/helpers/config
index c32751b8..3ecc1063 100755
--- a/helpers/config
+++ b/helpers/config
@@ -137,7 +137,7 @@ if [ "1$EXTERNAL" != "1" ]; then
    COMPONENTS=$(eval echo "$EXTERNAL" | cut -d' ' -f 4-)
    echo "deb-src http://deb.debian.org/debian $RELNAME $COMPONENTS" >> ${LOCAL_APT}/etc/apt.sources.list
    echo "deb-src http://deb.debian.org/debian ${RELNAME}-updates $COMPONENTS" >> ${LOCAL_APT}/etc/apt.sources.list
-   echo "deb-src http://deb.debian.org/debian ${RELNAME}-security $COMPONENTS" >> ${LOCAL_APT}/etc/apt.sources.list
+   echo "deb-src http://deb.debian.org/debian-security ${RELNAME}/updates $COMPONENTS" >> ${LOCAL_APT}/etc/apt.sources.list
  else
    eval echo "$EXTERNAL" >> ${LOCAL_APT}/etc/apt.sources.list
  fi
-- 
GitLab