From c414f9cb95b3a53530aa40b08737a5afee2681b8 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Fri, 6 Mar 2020 04:15:06 +0200 Subject: [PATCH] fixed variable name --- macos-guest-virtualbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index beb8c7e..67233a7 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.0 +# version 0.88.1 # Requirements: 40GB available storage on host # Dependencies: bash >= 4.3, xxd, gzip, unzip, wget, dmg2img, @@ -970,7 +970,7 @@ The configuration may be manually edited either by editing the variable assignment in ${low_contrast_color}set_variables()${default_color} or by running the following command prior to running the script: - ${low_contrast_color}export macos_vm_vars=/path/to/variable_assignment_file${default_color} + ${low_contrast_color}export macos_vm_vars_file=/path/to/variable_assignment_file${default_color} \"${low_contrast_color}variable_assignment_file${default_color}\" is a plain text file that contains zero or more lines with a variable assignment for any variable specified in ${low_contrast_color}set_variables()${default_color},