Fix $2100

This commit is contained in:
clsty
2025-10-02 07:24:02 +08:00
parent 6757dc2ca1
commit 93634985e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"