mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Build arch package also on CachyOS.
This commit is contained in:
2
build.sh
2
build.sh
@@ -34,7 +34,7 @@ cd ..
|
|||||||
if [[ ${OS_NAME} == Linux ]]; then
|
if [[ ${OS_NAME} == Linux ]]; then
|
||||||
OS_RELEASE=`pcregrep -o1 -e "^ID=(?<distro_id>\w+)" /etc/os-release`
|
OS_RELEASE=`pcregrep -o1 -e "^ID=(?<distro_id>\w+)" /etc/os-release`
|
||||||
|
|
||||||
if [[ ${OS_RELEASE} != arch ]]; then
|
if [[ ${OS_RELEASE} != arch && ${OS_RELEASE} != cachyos ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user