This commit is contained in:
Nick Brassel
2025-08-07 11:41:03 +10:00
parent 4633459329
commit c05ffd8777

View File

@@ -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" ;;