summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup-apkrepos.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index ad9c309..e84b928 100644
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -161,7 +161,7 @@ done
# install alpine-mirrors if its not already there
to_uninstall=
if ! apk info --quiet --installed alpine-mirrors; then
- apk add --quiet --virtual .setup-apkrepos alpine-mirrors
+ apk add --force --quiet --virtual .setup-apkrepos alpine-mirrors
to_uninstall=.setup-apkrepos
fi