From 59c426724a81373d014a5927a58cda8aaf99d468 Mon Sep 17 00:00:00 2001 From: jukoo Date: Sat, 8 Jun 2019 13:01:09 +0000 Subject: [PATCH] add message to alert user the theme used --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 134ac27..d98d902 100755 --- a/install.sh +++ b/install.sh @@ -126,7 +126,8 @@ install() { fi # Success message - prompt -s "\n All done!" + prompt -s "\n All done!" + prompt -w "* At the next restart of your computer you can admire your new Grub theme named << $theme >> " else # Error message @@ -233,6 +234,5 @@ while [[ $# -ge 1 ]]; do done install_dialog && install -test $? -eq 0 && prompt -w "* At the next restart of your computer you can admire your new Grub theme named << ${theme} >>" exit 0