aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-09-27 20:32:29 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-11-10 11:20:39 +0100
commitbe595d2f343ecd075a57930f475df1408a7b6b57 (patch)
tree502b2852d4e183c197ddc870b8c2bd772a50f802
parentb194f34344100034cd65289b6d12dd035235623c (diff)
downloadalpine-conf-be595d2f343ecd075a57930f475df1408a7b6b57.tar.bz2
alpine-conf-be595d2f343ecd075a57930f475df1408a7b6b57.tar.xz
setup-apkrepos: dont reset http_proxy
it is likely needed if it is set. ref #6219
-rw-r--r--setup-apkrepos.in1
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