mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Oops.
This commit is contained in:
@@ -214,7 +214,7 @@ __EOT__
|
||||
get_package_manager_deps() {
|
||||
case $(fn_os) in
|
||||
macos) echo "zstd clang-format make hidapi libusb dos2unix git" ;;
|
||||
windows) echo "base-devel:p zstd:p toolchain:p clang:p hidapi:p dos2unix: git: unzip:" ;;
|
||||
windows) echo "base-devel: zstd:p toolchain:p clang:p hidapi:p dos2unix: git: unzip:" ;;
|
||||
linux)
|
||||
case $(grep ID /etc/os-release) in
|
||||
*arch* | *manjaro* | *cachyos*) echo "zstd base-devel clang diffutils wget unzip zip hidapi dos2unix git" ;;
|
||||
|
||||
Reference in New Issue
Block a user