From 5ea223355aca8b1f5a0c6cc9d782ec58d381591c Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 26 Oct 2021 12:28:11 +0100 Subject: [PATCH] Add debian-security repo --- stage0/00-configure-apt/files/sources.list | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stage0/00-configure-apt/files/sources.list b/stage0/00-configure-apt/files/sources.list index 1c18c60..51290f6 100644 --- a/stage0/00-configure-apt/files/sources.list +++ b/stage0/00-configure-apt/files/sources.list @@ -1,5 +1,7 @@ deb http://deb.debian.org/debian RELEASE main contrib non-free +deb http://security.debian.org/debian-security RELEASE-security main contrib non-free deb http://deb.debian.org/debian RELEASE-updates main contrib non-free # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source' #deb-src http://deb.debian.org/debian RELEASE main contrib non-free +#deb-src http://security.debian.org/debian-security RELEASE-security main contrib non-free #deb-src http://deb.debian.org/debian RELEASE-updates main contrib non-free