From 46e693410df3b2832a1e55d33208f0f9522620ef Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 18 Oct 2023 07:22:28 +0200 Subject: [PATCH] Update success message --- 1-install.sh | 2 +- 2-install-qtile.sh | 2 +- 3-dotfiles.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/1-install.sh b/1-install.sh index 3cbfee3..23526c3 100755 --- a/1-install.sh +++ b/1-install.sh @@ -210,4 +210,4 @@ echo "default wallpaper copied." # ------------------------------------------------------ clear echo "DONE!" -echo "Please continue with 2-install-hyprland.sh and/or 2-install-qtile.sh" +echo "NEXT: Please continue with 2-install-hyprland.sh and/or 2-install-qtile.sh" diff --git a/2-install-qtile.sh b/2-install-qtile.sh index c537bd3..7b51688 100755 --- a/2-install-qtile.sh +++ b/2-install-qtile.sh @@ -60,5 +60,5 @@ _installPackagesPacman "${packagesPacman[@]}"; echo "" echo "DONE!" -echo "Update the keyboard layout and screen resolution in ~/dotfiles/qtile/autostart.sh" +echo "NEXT: Update the keyboard layout and screen resolution in ~/dotfiles/qtile/autostart.sh" echo "Then proceed with 3-dotfiles.sh" diff --git a/3-dotfiles.sh b/3-dotfiles.sh index fd23e5e..9358b96 100755 --- a/3-dotfiles.sh +++ b/3-dotfiles.sh @@ -117,4 +117,4 @@ _installSymLink swappy ~/.config/swappy ~/dotfiles/swappy/ ~/.config # DONE # ------------------------------------------------------ echo "DONE!" -echo "Please logout and reboot your system!" +echo "NEXT: Please logout and reboot your system!"