X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d44d5144f27e844f7e48f88c0e9c5fa718956d34..50ccb2f437daabf5d4c7eb5322a5ed11374cd048:/doc/examples/sources.list diff --git a/doc/examples/sources.list b/doc/examples/sources.list index 34de62161..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/main non-US/contrib non-US/non-free +# 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