From 26961f842e03f8b18210f17c8557539b40a021b6 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 8 Jul 2020 02:52:09 +0300 Subject: [PATCH] typo --- 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 e8010d0..710bae9 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-virtualbox -# version 0.94.0 +# version 0.94.1 # Dependencies: bash coreutils gzip unzip wget xxd dmg2img # Supported versions: @@ -192,7 +192,6 @@ if [[ -z "$(echo "xxd" | xxd -p 2>/dev/null)" || -z "$(gzip --help 2>/dev/null)" || -z "$(unzip -hh 2>/dev/null)" || -z "$(csplit --help 2>/dev/null)" || - -z "$(csplit --help 2>/dev/null)" || -z "$(wget --version 2>/dev/null)" ]]; then echo "Please make sure the following packages are installed:" echo "coreutils gzip unzip xxd wget"