diff options
author | Aaron Mason <absorbentshoulderman@gmail.com> | 2022-10-17 22:47:54 +0000 |
---|---|---|
committer | Aaron Mason <absorbentshoulderman@gmail.com> | 2022-10-17 22:47:54 +0000 |
commit | 860b7271232a2726fafbad4b10b095d027b1ad10 (patch) | |
tree | be99c94d7e94dc05231b67acd9ef66ef62d1824a /setup-apkrepos.in | |
parent | 580bd14645eb8527d2952c0cbdac20a4bb6ce7c0 (diff) | |
download | alpine-conf-860b7271232a2726fafbad4b10b095d027b1ad10.zip |
APK Repo Setup
- Paginate mirrors list if it requires more than one screenful to
display
Diffstat (limited to 'setup-apkrepos.in')
-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 |