From 6c1cc23f1196aec73c9ac917f2c58936b0d8bf58 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 30 Aug 2019 10:13:09 +0200 Subject: Run update-proxy-from-wpad from debian-edu-config, if present, to fix possibly flawed proxy settings in /etc/apt/apt.conf. --- install-itzks-workstation | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index a3ebb81..2f061a8 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -126,6 +126,10 @@ export https_proxy=http://webcache:3128 export http_proxy=http://webcache:3128 export ftp_proxy=http://webcache:3128 +if [ -e /usr/share/debian-edu-config/tools/update-proxy-from-wpad ]; then + /usr/share/debian-edu-config/tools/update-proxy-from-wpad +fi + # take out the hammer and drop all previous package lists. find /var/lib/apt/lists/ -type f -delete -- cgit v1.2.3