summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-17 10:55:54 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-17 10:55:54 +0100
commit6b563ccd8f2d108cd91c99c565c3a92cbd4f2e07 (patch)
treec2ea0f10745e860d3424485274edb87e076b9c6c /bin/chroot-installation.sh
parentcefc1ca9e46d6ad065e2cf443e43b37f9305bc0c (diff)
downloadjenkins.debian.net-6b563ccd8f2d108cd91c99c565c3a92cbd4f2e07.tar.xz
remove last traces of contrib and non-free
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index b7b43512..c82f25c9 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -51,7 +51,7 @@ mount /proc -t proc /proc
echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d
echo 'Acquire::http::Proxy "http://localhost:3128";' > /etc/apt/apt.conf.d/80proxy
-echo "deb-src $MIRROR $1 main contrib non-free" >> /etc/apt/sources.list
+echo "deb-src $MIRROR $1 main" >> /etc/apt/sources.list
apt-get update
set +x
EOF
@@ -99,7 +99,7 @@ echo "set +x" >> $CTMPFILE
prepare_upgrade2() {
cat >> $CTMPFILE <<-EOF
-echo "deb $MIRROR $1 main contrib non-free" >> /etc/apt/sources.list
+echo "deb $MIRROR $1 main" >> /etc/apt/sources.list
$SCRIPT_HEADER
set -x
apt-get update