summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/finish-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install
index 15f615267..1a20b5f25 100755
--- a/perl-install/standalone/finish-install
+++ b/perl-install/standalone/finish-install
@@ -107,8 +107,8 @@ sub call {
}
}
-call('license');
call('language');
+call('license');
call('keyboard');
call('timezone');
call('network');