diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e273cefae..d17ea2513 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -490,6 +490,7 @@ sub main { log::l("brltty option $driver $device $table"); $o->{brltty} = { driver => $driver, device => $device, table => $table }; $o->{interactive} = 'newt'; + $o->{nomouseprobe} = 1; } # perl_checker: require install_steps_gtk |