diff --git a/scriptdata/install-deps.sh b/scriptdata/install-deps.sh index 5861ad199..258c75270 100644 --- a/scriptdata/install-deps.sh +++ b/scriptdata/install-deps.sh @@ -72,7 +72,7 @@ elif [[ -f "./scriptdata/install-deps-${OS_DISTRO_ID}.sh" ]]; then pause source ./scriptdata/install-deps-${OS_DISTRO_ID}.sh -elif [[ "$OS_DISTRO_ID_LIKE" == "arch" ]]; then +elif [[ "$OS_DISTRO_ID_LIKE" == "arch" || "$OS_DISTRO_ID" == "cachyos" ]]; then printf "${STY_YELLOW}" printf "===WARNING===\n" diff --git a/scriptdata/install-setups.sh b/scriptdata/install-setups.sh index ebd3d97e3..4c513399b 100644 --- a/scriptdata/install-setups.sh +++ b/scriptdata/install-setups.sh @@ -54,7 +54,7 @@ elif [[ -f "./scriptdata/install-setups-${OS_DISTRO_ID}.sh" ]]; then pause source ./scriptdata/install-setups-${OS_DISTRO_ID}.sh -elif [[ "$OS_DISTRO_ID_LIKE" == "arch" ]]; then +elif [[ "$OS_DISTRO_ID_LIKE" == "arch" || "$OS_DISTRO_ID" == "cachyos" ]]; then printf "${STY_YELLOW}" printf "===WARNING===\n"