summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/finish-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/finish-install')
-rwxr-xr-xperl-install/standalone/finish-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install
index b7d98ae3d..b05ac19b0 100755
--- a/perl-install/standalone/finish-install
+++ b/perl-install/standalone/finish-install
@@ -236,12 +236,12 @@ sub call {
}
call('language');
-call('country');
call('license');
# "Previous" button isn't functiunnal and acts like "next" (#25349)
$::Wizard_no_previous = 1;
-call('keyboard');
call('timezone');
+call('country');
+call('keyboard');
call('network');
if (defined $::WizardWindow) {
$::WizardWindow->destroy;