diff options
author | moseschmiedel <58808540+moseschmiedel@users.noreply.github.com> | 2020-07-04 01:27:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 00:27:56 +0100 |
commit | 3ff635b9a8285a45805d8b854a84674e74983376 (patch) | |
tree | b3a96f625933fe8f0426fdbd6e0323d89dd6fcbe | |
parent | 2c98c4dd4e05f02a87154c914319f2b772bf81c9 (diff) | |
download | qmk_firmware-3ff635b9a8285a45805d8b854a84674e74983376.tar.gz qmk_firmware-3ff635b9a8285a45805d8b854a84674e74983376.zip |
Add missing dependency for Void Linux to util/linux-install.sh (#9637)
-rwxr-xr-x | util/linux_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/linux_install.sh b/util/linux_install.sh index 43044f85cb..0343b07e6f 100755 --- a/util/linux_install.sh +++ b/util/linux_install.sh @@ -220,6 +220,7 @@ elif grep ID /etc/os-release | grep -q void; then dfu-util \ gcc \ git \ + libusb-compat-devel \ make \ wget \ unzip \ |