From 76cfdd1d57456312debdc8327df305357d43aab4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 4 Jan 2022 21:10:55 +0100 Subject: hooks/instsoft.EDU: Use http://webcache:3128 for pulling in MS core fonts. --- fai/config/hooks/instsoft.EDU | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fai/config/hooks/instsoft.EDU b/fai/config/hooks/instsoft.EDU index fad46a3..50529fc 100755 --- a/fai/config/hooks/instsoft.EDU +++ b/fai/config/hooks/instsoft.EDU @@ -30,7 +30,7 @@ fi # important for downloads triggered by some non-free packages (e.g. # ttf-mscorefonts-installier) sed -i $target/etc/wgetrc \ - -e "s@^#http_proxy.*=.*@http_proxy = http://faiserver:3128@" \ - -e "s@^#https_proxy.*=.*@https_proxy = http://faiserver:3128@" \ - -e "s@^#ftp_proxy.*=.*@ftp_proxy = http://faiserver:3128@" \ + -e "s@^#http_proxy.*=.*@http_proxy = http://webcache:3128@" \ + -e "s@^#https_proxy.*=.*@https_proxy = http://webcache:3128@" \ + -e "s@^#ftp_proxy.*=.*@ftp_proxy = http://webcache:3128@" \ ${NULL} -- cgit v1.2.3