@@ -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
}
The note is not visible to the blocked user.