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:"