blob: 8f05a899d066e834dad00bc2928db358391cf8b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
# Debian @DISTRIBUTION@
deb @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free
deb-src @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free
# Debian @DISTRIBUTION@ Updates
deb http://security.debian.org @DISTRIBUTION@-security/updates main contrib non-free
deb-src http://security.debian.org @DISTRIBUTION@-security/updates main contrib non-free
|