From b4f1e8eef9b183f5cd2a5a7894f1760683b14749 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 31 Jul 2019 18:26:20 +0300 Subject: [PATCH] Update macos-guest-virtualbox.sh --- macos-guest-virtualbox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 50e6448..70809d0 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -110,6 +110,7 @@ read 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 + echo "" 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 that" echo "their path is in the PATH variable:"