wrong md5 executable name
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.93.3
|
# version 0.93.4
|
||||||
|
|
||||||
# Dependencies: bash coreutils gzip unzip wget xxd dmg2img
|
# Dependencies: bash coreutils gzip unzip wget xxd dmg2img
|
||||||
# Supported versions:
|
# Supported versions:
|
||||||
@@ -1222,7 +1222,7 @@ for wrapper in 1; do
|
|||||||
if [[ -n "$(md5sum --version 2>/dev/null)" ]]; then
|
if [[ -n "$(md5sum --version 2>/dev/null)" ]]; then
|
||||||
tail -n +60 "${0}" | md5sum 2>/dev/null
|
tail -n +60 "${0}" | md5sum 2>/dev/null
|
||||||
else
|
else
|
||||||
tail -n +60 "${0}" | md5sum 2>/dev/null
|
tail -n +60 "${0}" | md5 2>/dev/null
|
||||||
fi
|
fi
|
||||||
echo "################################################################################"
|
echo "################################################################################"
|
||||||
echo "BASH_VERSION ${BASH_VERSION}"
|
echo "BASH_VERSION ${BASH_VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user