From 2fea61b4f5fdb919b30399965736cc8c2f624f7d Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Mon, 28 Jan 2019 09:02:24 -0700 Subject: [PATCH 1/2] Fix EOF Error Added a missing " on a line Also adjusted spacing --- macos-guest-virtualbox.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 22b3611..ab211a7 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -510,10 +510,10 @@ sendkeys echo "" printf 'In the VM, '${whiteonred}'manually'${defaultcolor}' right-click on AppleSupport-v2.0.4-RELEASE.zip' echo "" -echo "and click 'Download Linked File As...' then from the dropdown menu +echo "and click 'Download Linked File As...' then from the dropdown menu" echo "select '${vmname}' for 'Where:', then unbind the mouse cursor from the virtual" -printf 'machine with the '${whiteonblack}'right control key.'${defaultcolor}' -' +printf 'machine with the '${whiteonblack}'right control key.'${defaultcolor}'' +echo "" read -p "Click here and press enter when the download is complete." kbspecial="CMDprs q CMDrls" From e8c9fd98b4dc76aac8b5ec7b40bedded57bb00bc Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Mon, 28 Jan 2019 18:18:06 +0000 Subject: [PATCH 2/2] missing quotes --- 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 ab211a7..0103df5 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -512,7 +512,7 @@ printf 'In the VM, '${whiteonred}'manually'${defaultcolor}' right-click on Apple echo "" echo "and click 'Download Linked File As...' then from the dropdown menu" echo "select '${vmname}' for 'Where:', then unbind the mouse cursor from the virtual" -printf 'machine with the '${whiteonblack}'right control key.'${defaultcolor}'' +printf 'machine with the '${whiteonblack}'right control key.'${defaultcolor} echo "" read -p "Click here and press enter when the download is complete."