X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0a8e3465cb644e380ab0fc6d66f6d1f17363b34e..50ccb2f437daabf5d4c7eb5322a5ed11374cd048:/doc/examples/sources.list diff --git a/doc/examples/sources.list b/doc/examples/sources.list index 0fcc006d4..a958899ae 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -1,4 +1,11 @@ -# See sources.list(5) for more information +# See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs -deb http://ftp1.us.debian.org/debian unstable main contrib non-free -deb http://non-us.debian.org/debian-non-US unstable non-US +# CDROMs are managed through the apt-cdrom tool. +deb http://us.archive.ubuntu.com/ubuntu dapper main restricted +deb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted + +deb http://security.ubuntu.com/ubuntu dapper-security main restricted +deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted + +deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted +deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted