From 93634985e81fb3efdc3c4abb1f2a85f719b893e6 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 2 Oct 2025 07:24:02 +0800 Subject: [PATCH] Fix $2100 --- scriptdata/install-deps.sh | 2 +- scriptdata/install-setups.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"