sources.list 679 B

1234567891011121314
  1. # Use for a local mirror - remove the ftp1 http lines for the bits
  2. # your mirror contains.
  3. # deb file:/your/mirror/here/debian stable main contrib non-free
  4. # See sources.list(5) for more information, especialy
  5. # Remember that you can only use http, ftp or file URIs
  6. # CDROMs are managed throught the apt-cdrom tool.
  7. deb http://http.us.debian.org/debian stable main contrib non-free
  8. deb http://non-us.debian.org/debian-non-US stable non-US
  9. deb http://security.debian.org stable updates
  10. # Uncomment if you want the apt-get source function to work
  11. #deb-src http://http.us.debian.org/debian stable main contrib non-free
  12. #deb-src http://non-us.debian.org/debian-non-US stable non-US