diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-11 18:01:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-11 18:01:26 +0000 |
commit | 5358f24b8ba5c359db504421d09fc16cf9e7f8cf (patch) | |
tree | 7c1be24b06c5b54db86c4273e6fe3dd8aa30d6e1 | |
parent | 93ce697c0075aeb51db9b78c0d47e10213aa1885 (diff) | |
download | alpine-conf-5358f24b8ba5c359db504421d09fc16cf9e7f8cf.zip |
setup-apkrepos: use cdn as default answer
use '1', which should be dl-cdn, as the default answer
-rw-r--r-- | setup-apkrepos.in | 2 |
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 |