- 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, especial
-# Remember that you can only use http, ftp or file URIs
-deb http://http.us.debian.org/debian stable main contrib non-free
-deb http://non-us.debian.org/debian-non-US stable non-US
-
-EOF
+ EXAMPLE_SOURCE=/usr/share/doc/apt/examples/sources.list
+ if [ -f $EXAMPLE_SOURCE ]; then
+ cp $EXAMPLE_SOURCE /etc/apt/sources.list
+ fi