Verified Commit dd2fe75a authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Corrected the debian distribution sources.

parent 8dedfbcb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@ fi
echo 'Setup cache proxy sources.list ...'
if [ "$USE_APT_CACHE" = 1 ]; then
    cat > /etc/apt/sources.list <<EOF
deb http://storage.lan:3142/ftp.de.debian.org/debian stable main contrib non-free
deb http://storage.lan:3142/ftp.de.debian.org/debian jessie main contrib non-free
deb http://storage.lan:3142/ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://storage.lan:3142/security.debian.org/ wheezy/updates main contrib non-free
deb http://storage.lan:3142/ftp.de.debian.org/debian/ wheezy-backports main contrib non-free
EOF
else
    cat > /etc/apt/sources.list <<EOF
deb http://ftp.de.debian.org/debian stable main contrib non-free
deb http://ftp.de.debian.org/debian jessie main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.de.debian.org/debian/ wheezy-backports main contrib non-free