diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-27 20:32:29 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-10 11:20:39 +0100 |
commit | be595d2f343ecd075a57930f475df1408a7b6b57 (patch) | |
tree | 502b2852d4e183c197ddc870b8c2bd772a50f802 | |
parent | b194f34344100034cd65289b6d12dd035235623c (diff) | |
download | alpine-conf-be595d2f343ecd075a57930f475df1408a7b6b57.zip |
setup-apkrepos: dont reset http_proxy
it is likely needed if it is set.
ref #6219
-rw-r--r-- | setup-apkrepos.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index f15a886..4565852 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -46,7 +46,6 @@ time_cmd() { } find_fastest_mirror() { - export http_proxy= local url= local arch=$(apk --print-arch) for url in $MIRRORS; do |