Update success message

This commit is contained in:
Stephan Raabe 2023-10-18 07:22:28 +02:00
parent d39602cc76
commit 46e693410d
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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!"