Add link to commit history online

This commit is contained in:
clsty
2025-10-07 07:11:14 +08:00
parent eafaf78c12
commit 8fac9fe67e
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -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)
+3 -1
View File
@@ -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