Merge pull request #1683 from cycloarcane/master

Fix OS detection for CachyOS (ID=cachyos)
This commit is contained in:
Michael Boelen 2025-11-16 19:51:00 +00:00 committed by GitHub
commit 4dea6ed11e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,7 +223,7 @@
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
"CachyOS")
"cachyos")
LINUX_VERSION="CachyOS"
OS_FULLNAME="CachyOS"
OS_VERSION="Rolling release"