diff options
author | Michael Vogt <egon@debian-devbox> | 2012-06-11 14:56:11 +0200 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2012-06-11 14:56:11 +0200 |
commit | cb6a5776bfb5f74d94f32db55f2de148c27a5d10 (patch) | |
tree | 3c8f8bcaeefb9e51bff8476b262de18b4b39b11b /doc/examples/sources.list.in | |
parent | 563fd891d80feedefd812aad83844e2189870e2c (diff) | |
parent | 249a02f55a2b311fc130efe3b3a99995b6a71360 (diff) |
merged from donkult
Diffstat (limited to 'doc/examples/sources.list.in')
-rw-r--r-- | doc/examples/sources.list.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/sources.list.in b/doc/examples/sources.list.in new file mode 100644 index 000000000..745e32cbe --- /dev/null +++ b/doc/examples/sources.list.in @@ -0,0 +1,8 @@ +# See sources.list(5) manpage for more information +# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. +deb http://ftp.us.debian.org/debian &stable-codename; main contrib non-free +deb http://security.debian.org &stable-codename;/updates main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://ftp.us.debian.org/debian &stable-codename; main contrib non-free +#deb-src http://security.debian.org &stable-codename;/updates main contrib non-free |