From 42322a42fd4ffab7b735fed10cc9a6493701ffa9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:01:34 +0100 Subject: [PATCH] install script: advise to visit wiki page not just for new hyprlanders --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6a4484727..b01baecf3 100755 --- a/install.sh +++ b/install.sh @@ -292,8 +292,8 @@ done ##################################################################################### printf "\e[36m[$0]: Finished. See the \"Import Manually\" folder and grab anything you need.\e[0m\n" printf "\n" -printf "\e[36mIf you are new to Hyprland, please read\n" -printf "https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/#post-installation\n" +printf "\e[36mIt is recommended to check out\n" +printf "https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/#post-installation \n" printf "for hints on launching Hyprland.\e[0m\n" printf "\n" printf "\e[36mIf you are already running Hyprland,\e[0m\n"