From 27f4058c6d365efdfa17549625815c672829884b Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Sun, 12 May 2019 11:09:41 +0000 Subject: [PATCH] corrected path description Path must end with backslash, not as incorrectly previously stated --- 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 cc2366b..6b1a1bc 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # One-key semi-automatic installer of macOS on VirtualBox # (c) img2tab, licensed under GPL2.0 or higher # url: https://github.com/img2tab/macos-guest-virtualbox -# version 0.61 +# version 0.61.1 # Requirements: 37.5GB available storage on host # Dependencies: bash>=4.0, unzip, wget, dmg2img, @@ -138,7 +138,7 @@ if [[ -z "${microsoft_path}" && "$(cat /proc/sys/kernel/osrelease 2>/dev/null)" microsoft_path="${microsoft_path:0:-1}"'\' # remove trailing newline \M if [[ "${microsoft_path,,}" =~ system32 ]]; then echo "Please assign the script's microsoft_path variable as a Microsoft-style path" - echo 'ending with a slash, for example C:\Users\Public\Desktop\' + echo 'ending with a backslash, for example C:\Users\Public\Desktop\' echo "" exit fi