From a98aa39016eaf1fad01e48d55a09e3e587a9a553 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 29 Feb 2024 13:49:18 +0100 Subject: [PATCH] Print nexts. --- lib/utils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 149f2c43..dd29d0f2 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -869,10 +869,11 @@ sub gnome_initial_setup { # 'timezone' and 'software' are suppressed for the 'existing user' # form of g-i-s (upstream, not in vendor.conf) @nexts = grep { $_ ne 'software' } @nexts; - #@nexts = grep { $_ ne 'timezone' } @nexts; + @nexts = grep { $_ ne 'timezone' } @nexts; } foreach my $next (@nexts) { + diag("THIS NEXT: $next\n"); # give animations a bit to settle down wait_still_screen 3; # click 'Next' $nexts times, moving the mouse to avoid