diff --git a/2-install-hyprland.sh b/2-install-hyprland.sh index 585b786..83b3245 100755 --- a/2-install-hyprland.sh +++ b/2-install-hyprland.sh @@ -71,5 +71,6 @@ _installPackagesYay "${packagesYay[@]}"; echo "" echo "DONE!" -echo "Please continue with 3-dotfiles.sh" +echo "Update the keyboard layout and screen resolution in ~/dotfiles/hypr/hyprland.conf" +echo "Then proceed with with 3-dotfiles.sh" diff --git a/2-install-qtile.sh b/2-install-qtile.sh index e640bc3..c537bd3 100755 --- a/2-install-qtile.sh +++ b/2-install-qtile.sh @@ -58,6 +58,7 @@ packagesPacman=( # ------------------------------------------------------ _installPackagesPacman "${packagesPacman[@]}"; +echo "" echo "DONE!" -echo "Please continue with 3-dotfiles.sh" - +echo "Update the keyboard layout and screen resolution in ~/dotfiles/qtile/autostart.sh" +echo "Then proceed with 3-dotfiles.sh" diff --git a/scripts/library.sh b/scripts/library.sh index 76a2da8..38a2e28 100755 --- a/scripts/library.sh +++ b/scripts/library.sh @@ -119,6 +119,7 @@ _installSymLink() { fi break;; [Nn]* ) + echo "" # exit; break;; * ) echo "Please answer yes or no.";;