This commit is contained in:
My Spaghetti
2020-07-08 02:52:09 +03:00
parent 9ae37b9c58
commit 26961f842e
+1 -2
View File
@@ -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"