fix backport apt name

This commit is contained in:
Serghey Rodin 2019-04-20 03:06:59 +03:00
commit af37f5cbef

View file

@ -485,7 +485,7 @@ if [ "$release" -eq 8 ]; then
fi
if [ ! -e /etc/apt/sources.list.d/backports.list ]; then
echo "deb http://archive.debian.org/debian jessie-backports main" >\
/etc/apt/sources.list.d/vesta.list
/etc/apt/sources.list.d/backports.list
fi
fi