aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-11 18:01:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-11 18:01:26 +0000
commit5358f24b8ba5c359db504421d09fc16cf9e7f8cf (patch)
tree7c1be24b06c5b54db86c4273e6fe3dd8aa30d6e1
parent93ce697c0075aeb51db9b78c0d47e10213aa1885 (diff)
downloadalpine-conf-5358f24b8ba5c359db504421d09fc16cf9e7f8cf.tar.bz2
alpine-conf-5358f24b8ba5c359db504421d09fc16cf9e7f8cf.tar.xz
setup-apkrepos: use cdn as default answer
use '1', which should be dl-cdn, as the default answer
-rw-r--r--setup-apkrepos.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index 81e768e..1b05978 100644
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -175,7 +175,7 @@ if [ -r "$APKREPOS_PATH" ]; then
fi
get_alpine_release
-default_answer=f
+default_answer=1
changed=false
if [ $# -gt 0 ]; then