diff options
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8f4ed5102..fd49b78a0 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -402,6 +402,7 @@ sub askSupplMirror { my $u = $o->{updates} ||= {}; require crypto; my @mirrors = do { + #- Direct the user to the community mirror tree for an install from a mini-iso $o->{distro_type} ||= 'community'; #- get the list of mirrors locally, to avoid weird bugs with making an #- http request before ftp at this point of the install |