From b9b95436097566fc93b849d90c36f0cadb39b3f1 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 31 Jul 2019 18:15:18 +0300 Subject: [PATCH] Update macos-guest-virtualbox.sh --- macos-guest-virtualbox.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index f224e0e..50e6448 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -111,7 +111,8 @@ function check_dependencies() { # check if running on macOS and non-GNU coreutils if [ -n "$(sw_vers 2>/dev/null)" -a -z "$(csplit --help 2>/dev/null)" ]; then printf 'macOS detected. Please use a package manager such as '"${white_on_black}"'homebrew'"${default_color}"', '"${white_on_black}"'nix'"${default_color}"', or '"${white_on_black}"'MacPorts'"${default_color}"'.\n' - echo "Please make sure the following packages are installed and their path is in the PATH variable:" + echo "Please make sure the following packages are installed and that" + echo "their path is in the PATH variable:" printf "${white_on_black}"'bash coreutils wget unzip dmg2img'"${default_color}"'\n' echo "Please make sure bash and coreutils are the GNU variant." exit