1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2024-12-22 06:20:13 +00:00

Changed security distribution to ${release}-security.

Signed-off-by: Matthew Bruzek <mbruzek@gmail.com>
This commit is contained in:
Matthew Bruzek 2021-08-20 23:25:40 -05:00
parent f17d9d03c6
commit 4908a5e5fe

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
}