From 6a41721d5df46870a77480da31d94380b48a8bdf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 22 Sep 2025 12:21:51 -0700 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 7257cef8..2296a4d7 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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