mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 02:13:08 +00:00
Drop another unnecessary release number condition
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
381e3e3561
commit
375c7409af
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user