From 8fac9fe67e9351803d5388cd09607bee770ff573 Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 7 Oct 2025 07:11:14 +0800 Subject: [PATCH] Add link to commit history online --- dist-gentoo/README.md | 1 + scriptdata/step/1.install-deps-selector.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-gentoo/README.md b/dist-gentoo/README.md index 2a1993827..40c2a3755 100644 --- a/dist-gentoo/README.md +++ b/dist-gentoo/README.md @@ -3,6 +3,7 @@ Note: - The scripts here are **not** meant to be executed directly. - This folder should reflect the equivalents of `/dist-arch/` but under Gentoo. - **When `/dist-arch/` is newer than this folder, an update on this folder is very likely needed.** + - Useful link: [Commit history on dist-arch/](https://github.com/end-4/dots-hyprland/commits/main/dist-arch) ## Contributors - Author: [jwihardi](https://github.com/jwihardi) diff --git a/scriptdata/step/1.install-deps-selector.sh b/scriptdata/step/1.install-deps-selector.sh index 0fef2f17f..881fc04a1 100644 --- a/scriptdata/step/1.install-deps-selector.sh +++ b/scriptdata/step/1.install-deps-selector.sh @@ -107,7 +107,9 @@ elif [[ -f "./dist-${OS_DISTRO_ID}/install-deps.sh" ]]; then printf "The community provided ./dist-${TARGET_ID}/ is not updated (update status: ${tmp_update_status}),\n" printf "which means it does not fully reflect the latest changes of ./dist-arch/ .\n" printf "You are highly recommended to abort this script, until someone (maybe you?) has updated the ./dist-${TARGET_ID}/ to fully reflect the latest changes in ./dist-arch/ . PR is welcomed.\n" - printf "${STY_INVERT}If you are proceeding anyway, illogical-impulse will very likely not work as expected.${STY_RESET}\n" + printf "For commit history on ./dist-arch/, see\n" + printf "${STY_UNDERLINE}https://github.com/end-4/dots-hyprland/commits/main/dist-arch${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" printf "${STY_RED}Still proceed?${STY_RESET}\n" read -p "[y/N]: " p case "$p" in