From cfadc6223e41c72fdeb8e5d03b08a3e97d33e45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Fri, 26 Jan 2018 15:52:30 +0100 Subject: Fix proxy order for purely aesthetic reasons. --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 6fb8140..6af49f9 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -31,8 +31,8 @@ if [ ! -e "/etc/apt/sources.list.d/itzks.list" ]; then fi # Export proxy-settings for first install -export http_proxy=http://webcache:3128 export https_proxy=http://webcache:3128 +export http_proxy=http://webcache:3128 export ftp_proxy=http://webcache:3128 # Get update and add itzks-keyring and itzks-systems-common package -- cgit v1.2.3