From e9673b679b3401f0e40f6e85b316acf1286e1fdb Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Sun, 19 Jul 2020 16:30:14 +0300 Subject: [PATCH] documentation --- macos-guest-virtualbox.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index f329370..b111995 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -289,8 +289,7 @@ if [[ "$(expr match "${extpacks}" '.*Oracle VM VirtualBox Extension Pack')" -le then echo -e "\nThe command \"VBoxManage list extpacks\" either does not list the Oracle VM" echo -e "VirtualBox Extension Pack, or lists one or more extensions as unusable." - echo -e "The virtual machine will be configured without USB xHCI controllers," - echo -e "sending keyboard scancodes through the script will be very slow." + echo -e "The virtual machine will be configured without USB xHCI controllers." extension_pack_usb3_support="--usbxhci off" else extension_pack_usb3_support="--usbxhci on"