From 212b8eb4b55979e2168c16c5fc37b5395f5b8b19 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 5 Nov 2012 14:25:57 +0100 Subject: force proxy in apt --- bin/chroot_tester.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/chroot_tester.sh b/bin/chroot_tester.sh index ab64c083..5fb1c84c 100755 --- a/bin/chroot_tester.sh +++ b/bin/chroot_tester.sh @@ -61,6 +61,7 @@ $SCRIPT_HEADER 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 EOF } -- cgit v1.2.3-54-g00ecf