diff options
Diffstat (limited to 'setup-proxy.in')
-rw-r--r-- | setup-proxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-proxy.in b/setup-proxy.in index 70522d1..a438fe4 100644 --- a/setup-proxy.in +++ b/setup-proxy.in @@ -60,7 +60,7 @@ else export no_proxy=localhost __EOF__ # busybox wget does not handle http proxies well - $MOCK apk add --quiet --no-progress wget + apk add --quiet --no-progress wget fi if [ -z "$quiet" ] && [ "$proxyurl" != "none" ]; then |