Fix debian security repo

This commit is contained in:
Luis Guzman 2021-02-01 15:17:48 -06:00
parent 904a336352
commit b5445f65bc

View file

@ -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