gnome_initial_setup: drop a <35 conditional that's not needed

F34 is EOL for a while.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-12-13 11:54:20 -08:00
parent c6fe9743bd
commit 6f0478d4b4
1 changed files with 0 additions and 3 deletions

View File

@ -785,9 +785,6 @@ sub gnome_initial_setup {
# except 'language' is never *really* skipped (see above)
@nexts = grep { $_ ne 'keyboard' } @nexts;
@nexts = grep { $_ ne 'timezone' } @nexts;
# 'additional software sources' screen did not display on F28-F34:
# https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/59
@nexts = grep { $_ ne 'software' } @nexts if ($relnum < 35);
}
else {
# 'timezone' and 'software' are suppressed for the 'existing user'