Loading var/docker/install +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
var/docker/install +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading