mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Add CachyOS as apparently some installs don't include $ID_LIKE
.
This commit is contained in:
parent
44ec55032e
commit
2c8b8ef713
@ -189,7 +189,7 @@ __EOT__
|
|||||||
windows) echo "base-devel: zstd:x toolchain:x clang:x hidapi:x dos2unix: git: unzip:" ;;
|
windows) echo "base-devel: zstd:x toolchain:x clang:x hidapi:x dos2unix: git: unzip:" ;;
|
||||||
linux)
|
linux)
|
||||||
case $(grep ID /etc/os-release) in
|
case $(grep ID /etc/os-release) in
|
||||||
*arch* | *manjaro*) echo "zstd base-devel clang diffutils unzip wget zip hidapi dos2unix git" ;;
|
*arch* | *manjaro* | *cachyos*) echo "zstd base-devel clang diffutils unzip wget zip hidapi dos2unix git" ;;
|
||||||
*debian* | *ubuntu*) echo "zstd build-essential clang-format diffutils unzip wget zip libhidapi-hidraw0 dos2unix git" ;;
|
*debian* | *ubuntu*) echo "zstd build-essential clang-format diffutils unzip wget zip libhidapi-hidraw0 dos2unix git" ;;
|
||||||
*fedora*) echo "zstd clang diffutils gcc git unzip wget zip hidapi dos2unix libusb-devel libusb1-devel libusb-compat-0.1-devel libusb0-devel git" ;;
|
*fedora*) echo "zstd clang diffutils gcc git unzip wget zip hidapi dos2unix libusb-devel libusb1-devel libusb-compat-0.1-devel libusb0-devel git" ;;
|
||||||
*gentoo*) echo "app-arch/zstd app-arch/unzip app-arch/zip net-misc/wget llvm-core/clang sys-apps/hwloc dev-libs/hidapi app-text/dos2unix dev-vcs/git" ;;
|
*gentoo*) echo "app-arch/zstd app-arch/unzip app-arch/zip net-misc/wget llvm-core/clang sys-apps/hwloc dev-libs/hidapi app-text/dos2unix dev-vcs/git" ;;
|
||||||
@ -240,7 +240,7 @@ __EOT__
|
|||||||
;;
|
;;
|
||||||
linux)
|
linux)
|
||||||
case $(grep ID /etc/os-release) in
|
case $(grep ID /etc/os-release) in
|
||||||
*arch* | *manjaro*)
|
*arch* | *manjaro* | *cachyos*)
|
||||||
echo "It will also install the following system packages using 'pacman':" >&2
|
echo "It will also install the following system packages using 'pacman':" >&2
|
||||||
print_package_manager_deps_and_delay
|
print_package_manager_deps_and_delay
|
||||||
$(nsudo) pacman --needed --noconfirm -S $(get_package_manager_deps)
|
$(nsudo) pacman --needed --noconfirm -S $(get_package_manager_deps)
|
||||||
|
Loading…
Reference in New Issue
Block a user