X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/159eedd16edfe5d633a8705ba4e23f9140a3159b..50ccb2f437daabf5d4c7eb5322a5ed11374cd048:/doc/examples/sources.list?ds=sidebyside diff --git a/doc/examples/sources.list b/doc/examples/sources.list index 4e7be3f7d..a958899ae 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -1,9 +1,11 @@ -# Use for a local mirror - remove the ftp1 http lines for the bits -# your mirror contains. -# deb file:/your/mirror/here/debian stable main contrib non-free # See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs -# CDROMs are managed throught the apt-cdrom tool. -deb http://http.us.debian.org/debian stable main contrib non-free -deb http://non-us.debian.org/debian-non-US stable non-US -deb http://security.debian.org stable updates +# 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