diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index a82fce94a..92af852bd 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1365,7 +1365,7 @@ sub report_bug { header("lspci"), detect_devices::stringlist(), header("hid_devices"), (map { sprintf("%-16s: %s", $_->{driver} || "unknown", $_->{description}) } c::hid_probe()), header("input devices"), cat_("/proc/bus/input/devices"), - header("libinput devices"), `libinput-list-devices`, + header("libinput devices"), `libinput list-devices`, header("pci_devices"), cat_("/proc/bus/pci/devices"), header("dmidecode"), arch() =~ /86/ ? `dmidecode` : (), header("fdisk"), fdisk(), |