From 41ee2c55a7b7e9cd39c2a1c54b1bd85dbbf821c4 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Fri, 7 May 2021 13:35:05 -0500 Subject: [PATCH] Use security.d.o for the security mirror --- raspi_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index 743ba96..ef48f15 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -52,7 +52,7 @@ steps: trailing-newline: '1' contents: | deb http://deb.debian.org/debian __RELEASE__ main contrib non-free - deb http://deb.debian.org/debian-security __SECURITY_SUITE__ main contrib non-free + deb http://security.debian.org/debian-security __SECURITY_SUITE__ main contrib non-free # Backports are _not_ enabled by default. # Enable them by uncommenting the following line: # deb http://deb.debian.org/debian __RELEASE__-backports main contrib non-free