diff options
Diffstat (limited to 'perl-install/steps.pm')
-rw-r--r-- | perl-install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/steps.pm b/perl-install/steps.pm index 82eb8d8a6..a0d802a53 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -29,7 +29,7 @@ use common; configureX => [ N_("Configure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"] ], summary => [ N_("Summary"), 1, 0, '', "installPackages" ], configureServices => [ N_("Configure services"), 1, 1, '1', "installPackages" ], - installUpdates => [ N_("Install updates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"] ], +# installUpdates => [ N_("Install updates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"] ], exitInstall => [ N_("Exit install"), 0, 0, '', '' ], ); for (my $i = 0; $i < @installSteps; $i += 2) { |