From 684acf7ec9c1553ae0c750da42f51bf1c52622a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Tue, 23 Jan 2018 17:05:12 +0100 Subject: itzks-installscript: Add proxy-export for https, http and ftp. --- install-itzks-workstation | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index edeff11..8499db2 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -26,6 +26,11 @@ touch /etc/apt/sources.list.d/itzks.list echo "deb http://packages.it-zukunft-schule.de/debian jessie main contrib non-free" >> /etc/apt/sources.list.d/itzks.list echo "deb http://packages.it-zukunft-schule.de/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list.d/itzks.list +# Export proxy-settings for first install +export http_proxy=http://webcache:3128 +export https_proxy=http://webcache:3128 +export ftp_proxy=http://webcache:3128 + # Get update and add itzks-keyring and itzks-systems-common package apt-get update apt-get install itzks-keyring && apt-get update && apt-get install itzks-systems-common -- cgit v1.2.3