Fix bracket matching in previous commit
Syntax checks? In a text editor? THAT'S CRAZY TALK Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
51b46bab7b
commit
7e8a3010bb
@ -452,8 +452,8 @@ sub gnome_initial_setup {
|
||||
# https://fedoraproject.org//wiki/Changes/ReduceInitialSetupRedundancy
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1474787 ,
|
||||
# except 'language' is never *really* skipped (see above)
|
||||
@nexts = grep {$_ ne 'keyboard'} @nexts if (($version eq 'rawhide' || $version > 27);
|
||||
@nexts = grep {$_ ne 'timezone'} @nexts if (($version eq 'rawhide' || $version > 27);
|
||||
@nexts = grep {$_ ne 'keyboard'} @nexts if ($version eq 'rawhide' || $version > 27);
|
||||
@nexts = grep {$_ ne 'timezone'} @nexts if ($version eq 'rawhide' || $version > 27);
|
||||
}
|
||||
else {
|
||||
# 'timezone' and 'software' are suppressed for the 'existing user'
|
||||
|
Loading…
Reference in New Issue
Block a user