diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2023-01-24 12:08:23 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2023-01-24 12:07:31 +0000 |
commit | 04e4624ab54a2c26e03e9df960e1640ceb150ddc (patch) | |
tree | ea2832ca6958bcbacbfe627f9c90e526662919b1 /setup-proxy.in | |
parent | d0cb8a74038ae77a35fb52752d8977bae87a6614 (diff) | |
download | alpine-conf-04e4624ab54a2c26e03e9df960e1640ceb150ddc.zip |
setup-*: use fake apk instead of $MOCK apk
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 |