From 76c834a7defed4dd802dd954bed598af2d5ae23e Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 15:13:19 +0200 Subject: [PATCH] Updates --- 2-install-hyprland.sh | 3 ++- 2-install-qtile.sh | 5 +++-- scripts/library.sh | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) 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.";;