diff options
-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 504025e..1367476 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -210,7 +210,7 @@ while ! $changed; do MIRRORS=$(wget -qO- $MIRRORS_URL) fi - show_mirror_list + show_mirror_list | more ask_setup_method ${APKREPO_DEFAULT_ANSWER:-1} case "$resp" in |