summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-01-26 15:52:30 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-01-26 15:52:30 +0100
commitcfadc6223e41c72fdeb8e5d03b08a3e97d33e45a (patch)
tree7d39c38c18dbccf672eef7867ceeab95a044d27d
parentb478941dbe2b63e0bf743450d3b6f6db26a3a126 (diff)
downloaditzks-install-script-cfadc6223e41c72fdeb8e5d03b08a3e97d33e45a.tar.gz
itzks-install-script-cfadc6223e41c72fdeb8e5d03b08a3e97d33e45a.tar.bz2
itzks-install-script-cfadc6223e41c72fdeb8e5d03b08a3e97d33e45a.zip
Fix proxy order for purely aesthetic reasons.
-rw-r--r--install-itzks-workstation2
1 files changed, 1 insertions, 1 deletions
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