From aac4cd94a8301cb25af1c9d17743ad8b3529e2e5 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Fri, 5 Jul 2019 06:09:06 +0300 Subject: [PATCH] minor log changes --- macos-guest-virtualbox.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 9dc1700..6411144 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # Semi-automatic installer of macOS on VirtualBox # (c) myspaghetti, licensed under GPL2.0 or higher # url: https://github.com/img2tab/macos-guest-virtualbox -# version 0.71.0 +# version 0.71.1 # Requirements: 40GB available storage on host # Dependencies: bash >= 4.0, unzip, wget, dmg2img, @@ -75,7 +75,7 @@ Some stages may fail due to errant keyboard presses; run the script with For iCloud and iMessage connectivity, the script needs to be edited with genuine or genuine-like Apple parameters. macOS will work without these parameters, but not Apple-connected apps. -The installation requires '${white_on_red}'40GB'${default_color}' of available storage, 25GB for +The installation requires about '${white_on_red}'40GB'${default_color}' of available storage, 25GB for temporary installation files and 15GB for the virtual machine. Deleting the temporary files when prompted reduces the storage requirement by about 10GB. @@ -249,6 +249,7 @@ else CFBundleShortVersionString="10.15" sucatalog="${Catalina_beta_sucatalog}" fi +echo "${macOS_release_name} selected" } # Done with dependencies