mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-11-17 14:55:59 +00:00
g-i-s: also expect no 'software' page on Silverblue F43
The change is now landed on f43 workstation-ostree-config too. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b8f27609c4
commit
6a41721d5d
@ -949,7 +949,7 @@ sub gnome_initial_setup {
|
||||
}
|
||||
# https://pagure.io/workstation-ostree-config/pull-request/682
|
||||
# third party repo page ('software') skipped on Silverblue
|
||||
if ($relnum > 43 && get_var('SUBVARIANT') eq 'Silverblue') {
|
||||
if ($relnum > 42 && get_var('SUBVARIANT') eq 'Silverblue') {
|
||||
@nexts = grep { $_ ne 'software' } @nexts;
|
||||
}
|
||||
# if g-i-s ran before anaconda (as expected on the live + webui
|
||||
|
||||
Loading…
Reference in New Issue
Block a user