From 0955728c9294ea369c740289abf4a3d2577d708e Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 29 Feb 2024 11:39:18 +0100 Subject: [PATCH] Fix the Silverblue location stuff --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 7a89dcbc..149f2c43 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -869,7 +869,7 @@ 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) {