summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index ae549d7ac..f75088eed 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -763,7 +763,7 @@ Do you want to install the updates?")),
if (any::urpmi_add_all_media($o)) {
my $binary = find { whereis_binary($_, $::prefix) } 'gurpmi2', 'urpmi' or return;
- run_program::rooted($::prefix, $binary, 'emacs'); # , '--auto-select', '--updates'
+ run_program::rooted($::prefix, $binary, '--auto-select', '--update');
}
#- not downing network, even ppp. We don't care much since it is the end of install :)