forked from Shinonome/dots-hyprland
Fix $2100
This commit is contained in:
@@ -72,7 +72,7 @@ elif [[ -f "./scriptdata/install-deps-${OS_DISTRO_ID}.sh" ]]; then
|
|||||||
pause
|
pause
|
||||||
source ./scriptdata/install-deps-${OS_DISTRO_ID}.sh
|
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 "${STY_YELLOW}"
|
||||||
printf "===WARNING===\n"
|
printf "===WARNING===\n"
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ elif [[ -f "./scriptdata/install-setups-${OS_DISTRO_ID}.sh" ]]; then
|
|||||||
pause
|
pause
|
||||||
source ./scriptdata/install-setups-${OS_DISTRO_ID}.sh
|
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 "${STY_YELLOW}"
|
||||||
printf "===WARNING===\n"
|
printf "===WARNING===\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user