summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index c3728a0eb..3776cb016 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -543,6 +543,8 @@ sub main {
run_program::run("brltty");
}
+ devices::make('tty') if $o->{interactive} eq "curses";
+
#- needed very early for install::steps_gtk
if (!$::testing) {
eval { $o->{mouse} = mouse::detect($o->{modules_conf}) } if !$o->{mouse} && !$o->{nomouseprobe};