diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-26 15:52:30 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-26 15:52:30 +0100 |
commit | cfadc6223e41c72fdeb8e5d03b08a3e97d33e45a (patch) | |
tree | 7d39c38c18dbccf672eef7867ceeab95a044d27d | |
parent | b478941dbe2b63e0bf743450d3b6f6db26a3a126 (diff) | |
download | itzks-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-workstation | 2 |
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 |