diff --git a/dist-gentoo/outdate-detect-mode b/dist-gentoo/outdate-detect-mode index 0fd754152..00d7bdd40 100644 --- a/dist-gentoo/outdate-detect-mode +++ b/dist-gentoo/outdate-detect-mode @@ -1 +1 @@ -AUTO +WIP diff --git a/scriptdata/step/1.install-deps-selector.sh b/scriptdata/step/1.install-deps-selector.sh index 26ca587c7..107c203dd 100644 --- a/scriptdata/step/1.install-deps-selector.sh +++ b/scriptdata/step/1.install-deps-selector.sh @@ -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