mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
fix backport apt name
This commit is contained in:
parent
35df8ba980
commit
af37f5cbef
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ if [ "$release" -eq 8 ]; then
|
||||||
fi
|
fi
|
||||||
if [ ! -e /etc/apt/sources.list.d/backports.list ]; then
|
if [ ! -e /etc/apt/sources.list.d/backports.list ]; then
|
||||||
echo "deb http://archive.debian.org/debian jessie-backports main" >\
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue