diff options
Diffstat (limited to 'install-itzks-workstation')
-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 |