From 350838e0b0399ca4dc1f80b0d0a7072b77d6839a Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Sat, 4 Apr 2020 13:21:06 +0300 Subject: [PATCH] interaction warning --- 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 501afe4..fdd555d 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # Push-button installer of macOS on VirtualBox # (c) myspaghetti, licensed under GPL2.0 or higher # url: https://github.com/myspaghetti/macos-guest-virtualbox -# version 0.88.7 +# version 0.88.8 # Requirements: 40GB available storage on host # Dependencies: bash >= 4.3, xxd, gzip, unzip, wget, dmg2img, @@ -748,6 +748,7 @@ if [[ -n $( fi echo "Starting virtual machine ${vm_name}. This should take a couple of minutes." ( VBoxManage startvm "${vm_name}" >/dev/null 2>&1 ) +echo "While the script is running, please do not interact with the virtual machine." prompt_lang_utils prompt_terminal_ready print_dimly "Please wait"