summaryrefslogtreecommitdiff
path: root/setup-proxy.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2023-01-24 12:08:23 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2023-01-24 12:07:31 +0000
commit04e4624ab54a2c26e03e9df960e1640ceb150ddc (patch)
treeea2832ca6958bcbacbfe627f9c90e526662919b1 /setup-proxy.in
parentd0cb8a74038ae77a35fb52752d8977bae87a6614 (diff)
downloadalpine-conf-04e4624ab54a2c26e03e9df960e1640ceb150ddc.zip
setup-*: use fake apk instead of $MOCK apk
Diffstat (limited to 'setup-proxy.in')
-rw-r--r--setup-proxy.in2
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