Update install scripts

This commit is contained in:
clsty
2025-10-14 12:23:10 +08:00
parent 514363247a
commit 8b25dca1dc
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
AUTO
WIP
@@ -124,6 +124,9 @@ elif [[ -f "./dist-${OS_DISTRO_ID}/install-deps.sh" ]]; then
printf "PR is welcomed. Please see discussion#2140 for details.\n"
printf "${STY_UNDERLINE}https://github.com/end-4/dots-hyprland/discussions/2140${STY_RESET}\n"
printf "${STY_RED}${STY_INVERT}If you are proceeding anyway, illogical-impulse will very likely not work as expected.${STY_RESET}\n"
if [ "$ask" = "false" ]; then
echo "Urgent problem encountered, aborting...";exit 1
fi
printf "${STY_RED}Still proceed?${STY_RESET}\n"
read -p "[y/N]: " p
case "$p" in