From 11e9278355fabd88d9269914268be59fc6700df3 Mon Sep 17 00:00:00 2001 From: Jack Smith <31696646+myspaghetti@users.noreply.github.com> Date: Thu, 21 Oct 2021 10:06:32 +0300 Subject: [PATCH] clarified final exit message --- macos-guest-virtualbox.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 28687a8..a281c85 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1050,7 +1050,8 @@ fi echo -e "\nFor further information, such as applying EFI and NVRAM variables to enable iMessage connectivity, see the documentation with the following command:\n" would_you_like_to_know_less -echo -e "\n${highlight_color}That's it! Enjoy your virtual machine.${default_color}\n" +echo -e "\n${highlight_color}If the Terminal window progress counter reaches 100% and reboots into${default_color}" +echo -e "${highlight_color}an Apple macOS installer progress bar, it! Enjoy your virtual machine.${default_color}\n" } function prompt_delete_temporary_files() {