Fix the Silverblue location stuff

This commit is contained in:
Lukas Ruzicka 2024-02-29 11:39:18 +01:00
parent 5bcbaeeb5c
commit 0955728c92
1 changed files with 1 additions and 1 deletions

View File

@ -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) {