mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Add cachyos as pattern when installing dependencies (#25580)
chore: add cachyos as pattern when installing dependencies
This commit is contained in:
@@ -24,7 +24,7 @@ case $(uname -a) in
|
||||
. "$QMK_FIRMWARE_UTIL_DIR/install/linux_shared.sh"
|
||||
|
||||
case $(grep ID /etc/os-release) in
|
||||
*arch*|*manjaro*)
|
||||
*arch*|*manjaro*|*cachyos*)
|
||||
. "$QMK_FIRMWARE_UTIL_DIR/install/arch.sh";;
|
||||
*debian*|*ubuntu*)
|
||||
. "$QMK_FIRMWARE_UTIL_DIR/install/debian.sh";;
|
||||
|
||||
Reference in New Issue
Block a user