blob: 236ae7a3eddb0d2015381ce2a6736b28e8b82ea1 (
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 http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free
deb-src http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free
# Debian @DISTRIBUTION@ Updates
deb http://security.debian.org @DISTRIBUTION@/updates main contrib non-free
deb-src http://security.debian.org @DISTRIBUTION@/updates main contrib non-free
|