From 81c34619018caa0ac1da3960737fcb63119ed7d2 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Mon, 11 May 2020 17:20:33 +0200 Subject: [PATCH] add one more nag bar to post install --- scripts/install.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 833281b..5574e76 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -243,13 +243,11 @@ ISSUES & FEEDBACK Feedback and suggestions are very welcome! " if [ -z "${__RESH_VERSION:-}" ]; then info="$info - ############################################################## # # # Finish the installation by RESTARTING this terminal! # # # -############################################################## -" +##############################################################" fi info="$info @@ -262,5 +260,12 @@ echo echo "All done!" echo "Thank you for using RESH" echo "Issues go here: https://github.com/curusarn/resh/issues" -echo "Do not forget to restart your terminal" -# echo "Ctrl+R launches the RESH SEARCH app" +echo "Ctrl+R launches the RESH SEARCH app" +# echo "Do not forget to restart your terminal" +if [ -z "${__RESH_VERSION:-}" ]; then echo " +############################################################## +# # +# Finish the installation by RESTARTING this terminal! # +# # +##############################################################" +fi