diff options
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 1e693a58d..f9490306c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -380,7 +380,7 @@ sub ask_if_suppl_media { Do you have a supplementary installation media to configure?", - join ", ", uniq(map { $_->{descr} } values %{$o->{packages}{mediums}}))); + join ", ", sort uniq(map { $_->{descr} } values %{$o->{packages}{mediums}}))); $o->ask_from( '', $msg, [ { |