mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-12-25 07:45:34 +01:00
add message to alert user the theme used
This commit is contained in:
parent
924f2c6d98
commit
59c426724a
@ -126,7 +126,8 @@ install() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Success message
|
# 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
|
else
|
||||||
# Error message
|
# Error message
|
||||||
@ -233,6 +234,5 @@ while [[ $# -ge 1 ]]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
install_dialog && install
|
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
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user