]> git.saurik.com Git - apt.git/blobdiff - debian/postinst
Fixed security reference
[apt.git] / debian / postinst
index d1b46d1a247c13b6b60354934d43a4fb2acb03e1..5b0e73b28406a2b125a6adee0ea228e90efc612f 100755 (executable)
@@ -15,14 +15,14 @@ create_apt_conf ()
  echo "/etc/apt/sources.list does not exist; creating a default setup."
 
  cat > /etc/apt/sources.list <<EOF
-# 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.
+# Proxy configuration is covered through environment variables or
+# 
 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
 
 EOF
 }