diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index feb95374f..30451fda3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -126,8 +126,6 @@ sub selectKeyboard { my $keyboard = keyboard::read($o->{prefix}); $keyboard and $o->{keyboard} = $keyboard; } - return if !$::expert && !$clicked; - installStepsCall($o, $auto, 'selectKeyboard', $clicked); } |