diff --git a/build.sh b/build.sh index ecd9cdff4..869d271a5 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ cd .. if [[ ${OS_NAME} == Linux ]]; then OS_RELEASE=`pcregrep -o1 -e "^ID=(?\w+)" /etc/os-release` - if [[ ${OS_RELEASE} != arch ]]; then + if [[ ${OS_RELEASE} != arch && ${OS_RELEASE} != cachyos ]]; then exit 0 fi