add cachyos to the list of supported linux OS

This commit is contained in:
2026-02-03 07:58:58 +01:00
parent 5e0f9cd4dd
commit 9185d97590

View File

@@ -36,7 +36,7 @@ func isSupported() bool {
return true
case "linux":
id := linuxID()
return id == "ubuntu" || id == "debian" || id == "arch"
return id == "ubuntu" || id == "debian" || id == "arch" || id == "cachyos"
default:
return false
}