Add missing dependency for Void Linux to util/linux-install.sh (#9637)
1 files changed, 1 insertions(+), 0 deletions(-) M util/linux_install.sh
M util/linux_install.sh => util/linux_install.sh +1 -0
@@ 220,6 220,7 @@ elif grep ID /etc/os-release | grep -q void; then dfu-util \ gcc \ git \ + libusb-compat-devel \ make \ wget \ unzip \