From a183b86aa974416fae298ae4a6f107b0b1f80db7 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 27 Apr 2020 13:38:48 +0300 Subject: [PATCH] mention that gzip needs to be GNU too --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index afe5850..3dac136 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -197,7 +197,7 @@ if [[ -z "$(echo "xxd" | xxd -p 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" - echo "Please make sure the coreutils package is the GNU variant." + echo "Please make sure the coreutils and gzip packages are the GNU variant." exit fi