add cachyos to the list of supported linux OS
This commit is contained in:
2
main.go
2
main.go
@@ -36,7 +36,7 @@ func isSupported() bool {
|
|||||||
return true
|
return true
|
||||||
case "linux":
|
case "linux":
|
||||||
id := linuxID()
|
id := linuxID()
|
||||||
return id == "ubuntu" || id == "debian" || id == "arch"
|
return id == "ubuntu" || id == "debian" || id == "arch" || id == "cachyos"
|
||||||
default:
|
default:
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user