From e277c023611677aa7e89ca796291f6617634c64b Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 22 Jul 2020 13:07:30 +0300 Subject: [PATCH] corrected 1-second sleep position --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index dcad925..a4b159f 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -945,7 +945,6 @@ echo "The VM will boot from the populated installer base system virtual disk." prompt_lang_utils prompt_terminal_ready add_another_terminal -sleep 1 echo -e "\nThe second open Terminal in the virtual machine copies EFI and NVRAM files" echo -e "to the target EFI system partition when the installer finishes preparing." echo -e "\nAfter the installer finishes preparing and the EFI and NVRAM files are copied," @@ -955,6 +954,7 @@ kbstring='/Volumes/target-sh/nvram.sh' send_keys send_enter cycle_through_terminal_windows +sleep 1 kbstring='/Volumes/target-sh/startosinstall.sh' send_keys send_enter