Merge pull request #42 from mbruzek/mbruzek_debian_security_distro_fix

Changed security distribution to ${release}-security.
This commit is contained in:
Stéphane Graber 2021-08-21 01:51:54 -04:00 committed by GitHub
commit 8974b96a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ EOF
if [ "$release" != "unstable" -a "$release" != "sid" ]; then
cat >> "${rootfs}/etc/apt/sources.list" << EOF
${prefix} $SECURITY_MIRROR ${release}/updates main${non_main}
${prefix} $SECURITY_MIRROR ${release}-security main${non_main}
EOF
fi
}