typo
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Push-button installer of macOS on VirtualBox
|
# Push-button installer of macOS on VirtualBox
|
||||||
# (c) myspaghetti, licensed under GPL2.0 or higher
|
# (c) myspaghetti, licensed under GPL2.0 or higher
|
||||||
# url: https://github.com/myspaghetti/macos-virtualbox
|
# url: https://github.com/myspaghetti/macos-virtualbox
|
||||||
# version 0.94.0
|
# version 0.94.1
|
||||||
|
|
||||||
# Dependencies: bash coreutils gzip unzip wget xxd dmg2img
|
# Dependencies: bash coreutils gzip unzip wget xxd dmg2img
|
||||||
# Supported versions:
|
# Supported versions:
|
||||||
@@ -192,7 +192,6 @@ if [[ -z "$(echo "xxd" | xxd -p 2>/dev/null)" ||
|
|||||||
-z "$(gzip --help 2>/dev/null)" ||
|
-z "$(gzip --help 2>/dev/null)" ||
|
||||||
-z "$(unzip -hh 2>/dev/null)" ||
|
-z "$(unzip -hh 2>/dev/null)" ||
|
||||||
-z "$(csplit --help 2>/dev/null)" ||
|
-z "$(csplit --help 2>/dev/null)" ||
|
||||||
-z "$(csplit --help 2>/dev/null)" ||
|
|
||||||
-z "$(wget --version 2>/dev/null)" ]]; then
|
-z "$(wget --version 2>/dev/null)" ]]; then
|
||||||
echo "Please make sure the following packages are installed:"
|
echo "Please make sure the following packages are installed:"
|
||||||
echo "coreutils gzip unzip xxd wget"
|
echo "coreutils gzip unzip xxd wget"
|
||||||
|
|||||||
Reference in New Issue
Block a user