mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 11:43:35 -03:00
Add cachyos as pattern when installing dependencies (#25580)
chore: add cachyos as pattern when installing dependencies
This commit is contained in:
+1
-1
@@ -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