diff options
-rwxr-xr-x | install-itzks-workstation | 4 |
1 files changed, 4 insertions, 0 deletions
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 |