diff options
Diffstat (limited to 'setup-apkrepos.in')
-rw-r--r-- | setup-apkrepos.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index 1b05978..e73e627 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -202,6 +202,10 @@ if $add_fastest; then fi while ! $changed; do + if [ -z "$MIRRORS" ]; then + MIRRORS=$(wget -qO- $MIRRORS_URL) + fi + show_mirror_list prompt_setup_method $default_answer |