Commit 69539b49d94cd2ef07d3cc1ea45c2b6201035798

Authored by Antonio Terceiro
1 parent 7214a113

try forcing proxy for https as well

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -15,6 +15,7 @@ fi @@ -15,6 +15,7 @@ fi
15 15
16 cat > /etc/profile.d/http_proxy.sh<<EOF 16 cat > /etc/profile.d/http_proxy.sh<<EOF
17 export http_proxy='$http_proxy' 17 export http_proxy='$http_proxy'
  18 +export https_proxy='$http_proxy'
18 export HTTP_PROXY='$http_proxy' 19 export HTTP_PROXY='$http_proxy'
19 EOF 20 EOF
20 21