Drop another unnecessary release number condition

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-05-16 16:07:59 -07:00
parent 381e3e3561
commit 375c7409af
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ sub run {
}
boot_to_login_screen;
}
elsif ($desktop eq 'kde' && $relnum > 33) {
elsif ($desktop eq 'kde') {
# KDE does offline updates now, we have to trigger the reboot
# FIXME: also sometimes the update apply button just doesn't
# work, so keep clicking till it does: