From a442e2be91b494366f31fd6fd8e8034c18a44443 Mon Sep 17 00:00:00 2001 From: jwihardi Date: Tue, 14 Oct 2025 23:48:32 -0400 Subject: [PATCH] added another initial print --- dist-gentoo/install-deps.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dist-gentoo/install-deps.sh b/dist-gentoo/install-deps.sh index a0cc24222..1823c4c2e 100644 --- a/dist-gentoo/install-deps.sh +++ b/dist-gentoo/install-deps.sh @@ -17,6 +17,14 @@ printf "Or you can manually add the use flags for each package that requires it\ printf "${STY_RESET}" pause +printf "${STY_YELLOW}" +printf "https://github.com/end-4/dots-hyprland/blob/main/dist-gentoo/README.md" +printf "Checkout the above README for potential bug fixes or additional information" +printf "${STY_RESET}" +pause + + + x sudo emerge --noreplace --quiet app-eselect/eselect-repository if [[ -z $(eselect repository list | grep localrepo) ]]; then