This commit is contained in:
Jack
2020-02-11 17:12:15 +02:00
parent 0d1dda866a
commit 3f56594242
+4 -1
View File
@@ -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-guest-virtualbox # url: https://github.com/myspaghetti/macos-guest-virtualbox
# version 0.87.2 # version 0.87.3
# Requirements: 40GB available storage on host # Requirements: 40GB available storage on host
# Dependencies: bash >= 4.3, xxd, gzip, unzip, wget, dmg2img, # Dependencies: bash >= 4.3, xxd, gzip, unzip, wget, dmg2img,
@@ -123,6 +123,9 @@ if [ -n "$(gcsplit --help 2>/dev/null)" ]; then
function expr() { function expr() {
gexpr "$@" gexpr "$@"
} }
function od() {
god "$@"
}
fi fi
} }