From 01dc1784efd2c491c51cff910a3c3c7e181e5ff1 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sun, 3 Nov 2024 21:53:24 +0100 Subject: [PATCH] adjusted end message of setup --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 06cd769..81646c6 100755 --- a/setup.sh +++ b/setup.sh @@ -200,7 +200,7 @@ touch $HOME/.dotfiles-setup tput setaf 1 echo -echo "!!! Ensure the correct UUID is set for the boot device under your hardware configuration before rebooting !!!" -echo "!!! Afterwards logout / restart to continue with 'source ~/.bashrc && dotf update' !!!" +echo "!!! Please logout / restart to continue !!!" +echo "~~~ Proceed by running 'dotf update' ~~~" echo tput sgr0